installing adb usb driver

dewruss

Member
Aug 8, 2012
1
0
Bought a new Coby Kyros MID8042I to test my app which I am developing in Eclipse. I cannot get the Android Debugging Bridge adb to recognize my tablet; either from Eclipse or from the command line. I installed the Google USB driver android_winusb.inf from the SDK. Do I need to modify the android_winusb.inf file?

Another alternative would be to do a build with ant through the command line, but then I do not know how to side load my compiled Java app directly to the tablet.

Some direction from one of you veterans would get this newbie off in the right direction. Thanking you in advance.
 

brejoc

Member
Sep 3, 2012
1
0
Same problem here. Development works fine with OS X and Linux, but Windows is frustrating. Seems like Coby does not publish Windows USB drivers.
 

Traveller

Administrator
Staff member
Jun 16, 2012
2,859
982
On the tablet, you need to have USB Debugging enabled. In Windows, you need to go into Device Manager and change the driver to Android ADB Interface before it will work. The DLL files are included in the root tool I provide in the Development Index sticky.
 
Top