Missing android_winusb.inf file; trying to setup environment for Kindle Fire dev

23,857

Solution 1

For me, the android_winusb.inf file was not in the %USERPROFILE%.android directory. It was in a subfolder of the Android SDK directory, specifically:

C:\android\extras\google\usb_driver\android_winusb.inf

and

C:\android\usb_driver\android_winusb.inf

with my Android SDK installed in C:\android.

I'm not sure why there are two, but it appeared the one in the extras folder was newer, looking at DriverVer inside the file.

Solution 2

I know this is an old thread but, I recently had to find this and found my android_winusb.inf file at: %USERPROFILE%\AppData\Local\Android\Sdk\extras\google\usb_driver

Share:
23,857
fred basset
Author by

fred basset

Engineer working with C, C++, assembler and embedded hardware.

Updated on July 09, 2022

Comments