This issue is reproducible on Android device/emulator and iOS device.
Steps to reproduce:
tns create appTest
tns platform add android --path appTest
- Make a change and execute
tns livesync android --path appTest
- Make another change and execute
tns run android --path appTest
Result: the app synced at point 3 is started.
Expected: the app run at point 4 to be started.