I am trying to run an app that I made in phonegap on my device, connected with USB.
-> phonegap run android [phonegap] detecting Android SDK environment... [p
Just wanted to share my experience, I wasn't able to launch my cordova app on device. What solved my problem is to upload apk manually:
adb install -r platforms\android\build\outputs\apk\android-debug.apk