cordova - Phonegap doesnt deploy to device -


i trying deploy phonegap app android device. command "phonegap run android" returns this:

phonegap  detecting android sdk environment... phonegap  using local environment phonegap  compiling android... phonegap  compiled android app 

but not deploy device.

"adb devices" returns connected device.

even "phonegap run android --device=12345" or "phonegap run android --target=12345" doenst work.

any ideas?


Comments