I'm using the ADT bundled version of Eclipse and using PhoneGap to develop the app. adb devices
recognizes my device and I am able to debug the app onto my phone using the command line with PhoneGap (phonegap run android --device
) as well as onto the emulator.
Eclipse is able to run it onto the emulator but doesn't recognize my device.
Drivers are installed. Using Windows 8. ADT version of Eclipse. Device is an LG-P509 running Android 2.2. USB debugging is enabled.