Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
- CLI: nativescript@5.0.0-2018-10-01-12359
- Cross-platform modules:
- Android Runtime:
- iOS Runtime:
- Plugin(s):
Describe the bug
Changes are lost when start syncing on another Android device.
To Reproduce
- Create new app
tns run android
- make some changes
tns run android on another device
- The changes from step 3 are not applied on another device.
Expected behavior
The changes from step 3 should be applied on another device.
PR: #3983