Asus Nexus 7 not recognized by Android dev tools via adb

前端 未结 17 1925
别跟我提以往
别跟我提以往 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条回答
  •  一整个雨季
    2021-01-31 16:01

    I had faced two issues:

    1. Nexus 7 not visible to eclipse/adb when connected over usb on windows 7 64-bit using latest Jelly Bean sdk
    2. It was not showing in the 'My Computer' >> 'Portable Devices' list.

    Ultimately, I found that it is an issue with the driver. Steps to resolve the issue - Open Device Manager, Uninstall the current driver (along with delete option set to yes), disconnect the device, reconnect it again, let windows install the default driver it wants, and then installed the google sdk driver again. It worked this time.

    Above tells me that there is some issue with default driver and therefore, you have to delete it and re-install it. Now, it is visible in eclipse/adb and also showing in 'My Computer' also.

    ./hemant.virmani

提交回复
热议问题