What USB driver should we use for the Nexus 5?

前端 未结 18 993
执念已碎
执念已碎 2020-12-02 08:50

As of the time of this writing, Google does not provide a USB driver (for Windows) for the Nexus 5. The usual link (http://developer.android.com/sdk/win-usb.html) shows Wind

18条回答
  •  有刺的猬
    2020-12-02 09:39

    I found a solution in How I fixed the MTP issues on Nexus 7.


    Another way of fixing this on Windows 8: This problem may happen, because you have the Google ADB driver from the Android SDK installed. Windows will pick the ADB driver over the MTP driver, even when USB debugging is turned off on the Nexus 7. It also comes back when you upgrade from Windows 8 to Windows 8.1. To fix this:

    1. Plug the Nexus 7 in and make sure USB mode is set to MTP
    2. Run devmgmt.msc
    3. Locate the ADB driver, which may be under "Android Devices" or "ADB Devices"
    4. Right-click on it and select "Update driver software"
    5. "Browse my computer for driver software"
    6. "Let me pick from a list of device drivers on my computer"
    7. With "Show compatible hardware" checked you should see two drivers under "Model":
    8. "Android ADB Interface"
    9. Either "MTP USB Device" or "Composite USB Device"
    10. Select "MTP/Composite USB Device" (that is, the one that isn't "Android ADB Interface") and click Next.
    11. The device should now appear as an MTP device.

    It was confirmed working with the Nexus 7 2013 as well.

提交回复
热议问题