Closed
Description
tns build android
sometimes builds twice where a single build is sufficient.
Steps to reproduce:
- Attach a real Android device
- Launch an Android emulator
- Create a project and run
tns run android
inside it - Wait for app to be installed on both the emulator and the device and LiveSync to be launched
- Make a change in
App_Resources
Expected result: A single build and two installations
Actual result: Two builds with two installations