grunt-angular-phonegap
grunt-angular-phonegap copied to clipboard
Run on an Android device?
What would it take to add a Grunt task that launched the app on a real Android device with debugging enabled (as opposed to the emulator)?
I never succeeded in doing it and for my needs, the emulator was enough.
If you succeed, let me know what is the command line you use and I'll try to integrate it to the project.
I run the app in the device using the cordova command (from windows cmd)
cordova run android
Yeah, I would also really like to run on Android device with Grunt task. I also use "cordova run android", but it compiles the app one more time and there is no need for that, because "grunt phonegap:build" already does this.