问题
I am new to android. My eclipse indigo recognizes one of my 2 android devices Motorola Atrix but not Motorola Droid. I am not sure what is the problem. Both of my devices are running android 2.3.6 My device manager shows Android Phone -> Android ADB Composite Interface. I have also enabled USB debugging but still it does not recognize my 2nd device. I have tried going into the device manager and uninstalling the driver for droid and installing it again but still not working.
Please Help!
回答1:
Try this:
Goto your device manager -> Right Click android adb composite interface under android phone -> Goto the details tab -> Select Hardware Ids Property from Scroll down.
And you will see something line USB\VID_05E0&PID.....
This 05E0 is a hex number, create adb_usb.ini file and put this number inside it as 0x05E0. Now save this file inside your .android directory. And you will see your device inside eclipse and also from command line using adb devices command.
回答2:
Under windows you might need OEM device drivers, look here:
http://developer.android.com/tools/extras/oem-usb.html#Drivers
for motorolla you will find drivers here:
https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481
来源:https://stackoverflow.com/questions/13273808/eclipse-not-recognizing-the-android-device