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

后端 未结 1 1846
走了就别回头了
走了就别回头了 2021-02-04 08:01

i have to add a device for debugging. we can do that by adding a hex value in adb_usb.ini file. But i am not able to locate adb_usb.ini file.

Anyone is having idea, why

相关标签:
1条回答
  • 2021-02-04 08:48

    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
      
    0 讨论(0)
提交回复
热议问题