I can’t find adb_usb.ini file in .android folder?

If the adb_usb.ini file is not present in the .android folder, we can create it. It should contain device vendor hex values, one per line.

Steps for Windows 7/8:

  1. Go to C:\Users\<user name>\.android
  2. Create a file.
  3. Rename to adb_usb.ini
  4. Paste the following lines:# add your vendor IDs, one per line 0x1949 0x18D1

Leave a Comment