With android.debug set to true the application will be deployed in debug mode by following the README instructions. When you deploy the application from command line, application won't start but a dialog "waiting for debugger" will show up.
How to resolve:
- change default debug to false - update instruction for CLI deployment by adding -Dandroid.debug=false - at least document the behaviour (not preferred because it is annoying)
|