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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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:
removes synced files from src folder after sync
eef2a63
Plamen5kov
No branches or pull requests
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: