We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue is reproducible on Android device/emulator and iOS device.
Steps to reproduce:
tns create appTest
tns platform add android --path appTest
tns livesync android --path appTest
tns run android --path appTest
Result: the app synced at point 3 is started. Expected: the app run at point 4 to be started.
The text was updated successfully, but these errors were encountered:
Fix run, livesync, run workflow
be9d9c3
Fixes NativeScript/nativescript-cli#896
2d5439e
464a6ba
Fatme
No branches or pull requests
This issue is reproducible on Android device/emulator and iOS device.
Steps to reproduce:
tns create appTest
tns platform add android --path appTest
tns livesync android --path appTest
tns run android --path appTest
Result: the app synced at point 3 is started.
Expected: the app run at point 4 to be started.
The text was updated successfully, but these errors were encountered: