logankoester / grunt-phonegap

A Grunt plugin to provide local build tasks for Phonegap applications
MIT License
173 stars 61 forks source link

Ability to run a release for android #124

Open optikalefx opened 9 years ago

optikalefx commented 9 years ago

Releasing works fine, but there is no way to run that release build on the phone. I'm forced to

1) delete the debug app from the phone 2) run grunt phonegap:release 3) copy that over using android file transfer 4) 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.