Steps to reproduce: 1. `tns run android --release` 2. Make some changes in application code (js, xml, css) 2. Run `tns run android --release` once again Result: You still see the old app. Expected: Changes in application are applied.