grunt-angular-phonegap icon indicating copy to clipboard operation
grunt-angular-phonegap copied to clipboard

Run on an Android device?

Open tnunamak opened this issue 11 years ago • 3 comments

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)?

tnunamak avatar Feb 05 '14 03:02 tnunamak

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.

dsimard avatar Feb 05 '14 03:02 dsimard

I run the app in the device using the cordova command (from windows cmd)

cordova run android

mimo84 avatar Feb 06 '14 23:02 mimo84

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.

theodoregold avatar Mar 12 '14 10:03 theodoregold