You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First case: In case you call tns run android --emulator and there is no running emulator the app will be deployed on the device.
Second case: Another scenario is when you start emulator manually and you have connected device, tns run android --emulator will deploy to both: device and emulator. The problem could be reproduced on Mac and Windows.
The problem could be recreated with default NativeScript project.
tns create SampleApp
connect device to the machine
call tns run android --emulator
The text was updated successfully, but these errors were encountered:
tns run android --emulator
and there is no running emulator the app will be deployed on the device.tns run android --emulator
will deploy to both: device and emulator. The problem could be reproduced on Mac and Windows.The problem could be recreated with default NativeScript project.
tns create SampleApp
tns run android --emulator
The text was updated successfully, but these errors were encountered: