Where can I find or download the USB Driver folder?

I am following the guide http://developer.android.com/tools/extras/oem-usb.html to install the driver software so that I can run apps on my actual Nexus 7. I got this step in directions (ironically calls it also step 7)

7.Click Browse and locate the USB driver folder. (The Google USB Driver is located in <sdk>\extras\google\usb_driver\.)

      

I tried the following enter image description hereHowever, when I am in view mode, I got a dialog box saying "Windows cannot find a driver for your device." The Android documentation states that "Google USB driver is located in \ extras \ google \ usb_driver \". When I went to \ extras \ google this is all I saw enter image description here

Is there anyway I can download the usb_driver directory manually? The cdk came with Android Studio download. I don't know why this usb_driver directory doesn't exist.

+3


source to share


2 answers


The problem was that I jumped ahead and missed the most important step by downloading the USB driver for google ... enter image description here



+7


source


After installing the Google USB driver package, go to Device Manager and search for your connected Android phone and provide the following path for the Android driver.



C: \ Program Files (x86) \ Android \ android-sdk \ extras \ google \ usb_driver

+1


source







All Articles