Nexus 5 USB driver

前端 未结 7 1073
终归单人心
终归单人心 2020-12-23 13:37

I want to develop and debug Nexus 5 with ADT (based on Eclipse) in Windows 7 x64.

As I connect Nexus 5, it appears in Windows in Explorer, so I can

7条回答
  •  失恋的感觉
    2020-12-23 14:15

    Well @sonida's answer helped me but Here I am posting complete step How I did it.

    Change Mobile Device Settings:

    1. Unplug the device from the computer
    2. Go to Mobile Settings -> Storage.
    3. In the ActionBar, click the option menu and choose "USB computer connection".
    4. Check "Camera (PTP)" connection.

    enter image description here

    enter image description here

    Download Google USB Driver:

    5 .Now go to http://developer.android.com/sdk/win-usb.html#top and download USB Drivers --> unzip folder.

    enter image description here

    Install USB Drivers and Get Connected Device:

    6.Then Right click on My computer -->Manage --> Device Manager.

    enter image description here

    7.You should seed Nexus 5 in the list.

    8.Right click on Nexus 5 --> Update Driver Software... --> Browse my computer for driver software

    enter image description here

    9.select the folder we downloaded/unzipped "latest_usb_driver_windows" and Next ...Ok.

    enter image description here

    10.Now you will see pop-up dialogue asking for Allow device --> Ok.

    11 .That's it!! device is connected now, you can see in DDMS.

    enter image description here

    Hope this will help someone.

提交回复
热议问题