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
Currently when there are Android device(s) and/or emulators (at least two in the combination) are connected, tns debug android command will start debug process on emulator (or start a new emulator and start debug process on it).
Instead we would like to force the user to select the device via --device flag.
Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
CLI: 3.1.x
Please tell us how to recreate the issue in as much detail as possible.
Create new project
Start attach two Android devices
Run tns debug android - this will start a new emulator and will start debug session on it.
In fact this should fail and tell the user to use --device flag.
The text was updated successfully, but these errors were encountered:
Tell us about the problem
Currently when there are Android device(s) and/or emulators (at least two in the combination) are connected,
tns debug android
command will start debug process on emulator (or start a new emulator and start debug process on it).Instead we would like to force the user to select the device via
--device
flag.Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
tns debug android
- this will start a new emulator and will start debug session on it.In fact this should fail and tell the user to use
--device flag
.The text was updated successfully, but these errors were encountered: