Releasing works fine, but there is no way to run that release build on the phone. I'm forced to
- delete the debug app from the phone
- run grunt phonegap:release
- copy that over using android file transfer
- use APKInstaller on the phone to install that APK.
This is really a painpoint when you're testing in-app-billing or other features that won't work on non-release builds.
Releasing works fine, but there is no way to run that release build on the phone. I'm forced to
This is really a painpoint when you're testing in-app-billing or other features that won't work on non-release builds.