Nexus 10 - not visible to adb on Windows 7 or Linux

前端 未结 11 1192
清酒与你
清酒与你 2021-01-31 16:26

adb doesn\'t recognize my Nexus 10 on Windows 7. Here\'s what I\'ve done:

  1. Installed the SDK and USB driver from Google. Windows 7 sees the tablet as an \'Android A
11条回答
  •  独厮守ぢ
    2021-01-31 17:12

    You should have done at least two things to get your device recognized on Linux:

    1. specify USB manufacturer and device ID in your hot-plug manager
    2. add an entry to ~/.android/adb_usb.ini using USB manuacturer ID

    You may find manufacturer and device IDs with 'lsusb' command (that's LSUSB in lower case).

提交回复
热议问题