-
-
Notifications
You must be signed in to change notification settings - Fork 197
When using tns run <platform> app is built and installed many times without change is made (android only) #2445
New issue
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
Comments
This issue comes with NativeScript CLI 2.5.0. |
My steps: git clone git@github.com:telerik/nativescript-ui-samples.git
cd nativescript-ui-samples/sdk
tns update 2.5.0
tns run android
tns run ios # in another terminal I don't manage to reproduce the issue with the steps above. Then, if I execute: rm -frv platforms
tns run android
tns run ios # in another terminal I manage to reproduce the issue. My guess is that platform adding, which happens on the Workaround:Execute |
We need to figure out what behavior we want to support before we can do any work in a particular direction. |
We should make the run command behave the same way, livesync did: |
Closing in flavor of #2470 |
After running sdk examples for android then for ios, in android only - the app is built and installed over and over again without making any change in the app or interacting with it.
NOTE: If first ios is run then android - everything's fine.
Here's the app - https://github.com/telerik/nativescript-ui-samples/tree/master
The text was updated successfully, but these errors were encountered: