Reputation: 649
I have phonegap install in my pc, the drivers of my android are installed as well
now i run:
phonegap run android
from within the project directory
"Waiting for emulator" message is recieved
how can i deploy the app directly to my android?
Upvotes: 0
Views: 51
Reputation: 216
Seems the device is not conectect...
maybe the ADB driver is not working on the PC...
or you don't enable the USB debugging option on the device.
On the command line write: adb devices.
Upvotes: 1