-
-
Notifications
You must be signed in to change notification settings - Fork 197
Closed
Description
Please, provide the details below:
Did you verify this is a real problem by searching the NativeScript Forum and the other open issues in this repo?
Yes
Tell us about the problem
When a change is made the application gets installed every time. Previously sync changes are overwritten.
Which platform(s) does your issue occur on?
Android Pie
Windows workstation
Please provide the following version numbers that your issue occurs with:
- CLI: 4.2.3(run
tns --versionto fetch it) - Cross-platform modules: 4.2.0(check the 'version' attribute in the
node_modules/tns-core-modules/package.jsonfile in your project) - Runtime(s): 4.2.0(look for the
"tns-android"and"tns-ios"properties in the
package.jsonfile of your project) - Plugin(s): (look for the version number in the
package.jsonfile of your
project)
Please tell us how to recreate the issue in as much detail as possible.
tns run android with Android P device on a Windows workstation.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
Consider using the playground to provide the code you have issues with.
anhtuan9113