Problem with "phonegap run android"

0

Having environment configured, and using the " phonegap run android " command I get the following error:

[phonegap] executing 'cordova run android'...
[phonegap] completed 'cordova run android'

I was hoping to open a hello world on the device screen but it will not open.

    
asked by anonymous 28.01.2015 / 14:13

1 answer

3

This is not an error. I recommend that you use the command cordova run android , it is more verbose.

Something very important is your device being in developer mode enabled.

    
27.05.2015 / 19:46