ADB not recognising Nexus 4 under Windows 7

前端 未结 26 2649
旧时难觅i
旧时难觅i 2020-12-12 09:49

I\'m running on Windows 7, and I\'ve updated all the drivers as it says on the Android developer website regarding using hardware devices. However, Eclipse is still not reco

26条回答
  •  天涯浪人
    2020-12-12 10:00

    I had a similar sounding situation with my Nexus 4. For me it was an issue with the drivers Windows was installing automatically. I followed the instructions in [Q]Computer won't recognize phone? - Post #8. I had some slight differences on Windows 7.

    For me I,

    1. Uninstalled the driver from Device Manager
    2. Let it automatically install the generic 'MTP device driver'
    3. Right clicked on the new device and selected 'Update Driver'
    4. Selected 'Have Disk' and pointed it to [android-sdk-dir]\extras\google
    5. Watched an 'ADB' driver install.
    6. Opened Eclipse to successfully run on my Nexus 4.

    Good luck!

提交回复
热议问题