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
If you execute tns emulate android --device xxxxx it starts the default emulator.
If you execute tns emulate ios --device xxxxx it prepares, builds and finally reports that Unable to find device xxxxx.
vchimev
changed the title
No validation when emulate in invalid avd
No validation when emulate in invalid avd and device
Dec 2, 2015
Run:
tns emulate android --avd invalidDevice --path TNSApp
Result:
Starting Android emulator with image invalidDevice
Expected:
Check if "invalidDevice" avd is available and if not then show some appropriate error message.
The text was updated successfully, but these errors were encountered: