ADB not recognising Nexus 4 under Windows 7

前端 未结 26 2716
旧时难觅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 09:58

    It was a driver missing problem with me. I had enabled the USB debugging, tried changing the USB cable, tried reinstalling the Google USB drivers, but nothing came to my rescue.

    Then ultimately I downloaded the device drivers as suggested here.

    To make sure whether you have a device driver problem, go to:

    1. Computer->right click
    2. Manage
    3. Device Manager

    And see if you have your Nexus shown as an "Android device" or as a device in "Others".

    If it shows in "Others", your problem should be resolved by downloading & extracting this and then following these steps:

    1. Right click on your device after finding it in Device Manager as per the above mentioned three steps.
    2. Say Update driver software.
    3. Say Browse My computer for driver software
    4. Pinpoint it to the location where you had downloaded the drivers from the above link.

    Finally, your device will show up as follows:

    Computer Management Screenshot

    As soon as you do this, a popup will show up on your device asking for permission to debug. Once you accept, you are ready!

提交回复
热议问题