Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to install Android USB driver on Windows 7 Pro 64 bit

Unlike some others, my Android SDK setup went smoothly on my new Windows 7 Pro 64 bit machine. However, I am currently hung up on installing the android usb drivers. What is the current state of this issue? There has been some discussion of this problem on the web but no consensus is immediately apparent.

like image 503
Mark Avatar asked Mar 05 '10 22:03

Mark


3 Answers

The Android USB driver page for Windows is very misleading, IMHO. It doesn't mention that it doesn't work for all Android devices. It turns out that for certain devices you need to go to the manufacturer's website for the USB drivers, NOT use the generic Android USB driver.

For example, in my case the generic Android USB driver would not work for my Sony Ericsson X10a. I forget the exact error message, but the Windows Device Manager would not recognize the driver software as being valid for the device. But after I downloaded the X10a USB driver from the Sony Ericsson developer website, the Windows Device Manager was happy with it. Then I was able to install my Android development apps on the device and debug via Eclipse/DDMS.

BTW, I too am using 64-bit Windows 7 (which is not the real source of the problem).

like image 71
jfritz42 Avatar answered Oct 13 '22 12:10

jfritz42


I had the same problem - with OEM drives and Android SDK drivers too. Finally what helped me was: Device Manager - Update Drives Software - Browse my computer for driver software - Let me pick from a list of device drivers on my computer - Have Disk - Browse for file android_winusb.inf (in sdk folder) - Android ADB

Windows was not able to find drives in folder automatically :-/

I hope it helps to someone...

like image 38
David Kreps Avatar answered Oct 13 '22 11:10

David Kreps


I tried all this solutions but nothing worked. Finally i found that i need to connect my device as camera and not as media device in phone under "USB PC Connection" in settings and i got it worked. But really it is a long struggle... :) For more details, see this link..

http://junefabrics.com/android/driver.php

I hope this will help someone with the same problem.

like image 29
Stranger Avatar answered Oct 13 '22 10:10

Stranger