• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps trouble testing an app in eclipse on Android phone

Kilovots

Lurker
Hello all,

I have a simple app that i'm trying to test on my actual Android phones. I have an HTC merge and a Droid razr. Eclipse is installed on windows 7, not the 64-bit one, if that helps. I downloaded the sdk and adt plugin and my app works must fine on an emulator. I installed the google USB drive via the adt manager, enabled USB debugging on both phones and also allowed non market apps to be installed. When I connect them to my laptop and try to run my app in eclipse, the only devices the IDE sees are the emulators.... Anybody know why this is happening?:confused:
 
make sure your phone is using the drivers, plug the phone in a goto device manager. and if there is something like "adb device" in the "unknown device" area then you need to right click on that device and install the drivers manually. i had the same problem with my HTC vision. it's a simple fix.
 
Back
Top Bottom