Asus Nexus 7 not recognized by Android dev tools via adb

前端 未结 17 1928
别跟我提以往
别跟我提以往 2021-01-31 15:39

Problem: Asus Nexus 7 not recognized by adb when correctly installed and connected

Setup: Asus Nexus 7 tablet Windows 7 64 bit OS

Steps taken:

  1. Ins
17条回答
  •  梦毁少年i
    2021-01-31 16:11

    Had the same issue, Windows 7 32-bit; visited the site that Graham linked in his answer but wasn't happy running PTP (though it did work). Following the steps on another post belonging to the same thread sorted it (I can now connect as MTP); again, a direct quote from https://groups.google.com/forum/?fromgroups=#!topic/android-developers/0-RzE0v-G3k (thanks sfoucher!):

    1. uninstall the driver in the device manager with option "delete the driver software for this device"
    2. reconnect the Nexus tablet
    3. let windows install a default driver which will be inadequate
    4. uninstall again the device in the device manager with the option "delete the driver software for this device"
    5. let windows try to find the driver, this process will fail
    6. go back to the device manager and right click the failed device and update driver
    7. choose the driver location in the android sdk directory (android/extra/google/usb_driver)

    I should add that after step 5 I had Nexus 7 listed under Portable devices looking OK but had another Nexus 7 entry under Other Devices to which I applied the driver. My Nexus 7 now appears OK in ADB and Eclipse. In device manager I have Nexus 7 under Portable Devices and Android Composite ADB Interface under Android Device.

提交回复
热议问题