I’m trying to install the Google USB driver for my device, and I’m unable to. I went to https://dl-ssl.google.com/android/repository/addons_list.xml and the page was not found.
I saw several other StackOverflow questions without a good solution.
Where can I get the Google USB driver and how can I install it?
I’m trying to develop using a Nexus S
I agree it is very frustrating. But if you like developing, it’s worth it eventually. And you must remember Android caters to a TON of different hardware devices, Android is Open Source, and it will work eventually. Regarding the question:
http://developer.android.com/sdk/win-usb.html
That link will show you the steps to install the Google USB driver. You do it via SDK Manager.
For Equipment manufacturer drivers:
http://developer.android.com/sdk/oem-usb.html
I’m guessing you’re working on Windows, but in case not, you can reference http://developer.android.com/guide/developing/device.html#setting-up for help with Mac or Linux.
Alternatively, if you have a WiFi connection, you could install Remote ADB on the device. Your phone will also need to be rooted for Remote ADB, which may be difficult if you can’t get an ADB connection in the first place.
If you do need to root the phone, though you can try a google search and probably find a good answer.
EDIT:
Also, on my website I have full instructions for installing the Google USB driver with either the SDK Manager or manually by downloading the usb driver files. There is a direct download link on my site: http://android.jakar.co/general/usb-drivers/google/google-usb-adb-drivers.html