Cannot see Nexus 6P for debugging

前端 未结 5 529
北海茫月
北海茫月 2020-12-15 08:25

I\'m using Windows 10, a Dell XPS 13, and v1.4.1 of Android Studio. I have SDK Tools 24.4.1 installed as well as Google USB Driver 11. # On the phone I have USB debugging e

5条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-15 09:22

    I had this exact problem and solved it by downloading (http://developer.android.com/sdk/win-usb.html) and installing the Google USB Driver by hand.

    Before I did that, I tried installing it from the Android SDK Manager which did not work. The package installed without error but my Device Manager showed a failure for an ADB Interface device.

    After downloading/extracting the zip file from the above link, I updated the failed ADB Interface driver in Device Manager and now I can see and use my phone in both Android Studio and from the command line with adb.

    I'm assuming that you have also enabled USB Debugging on your phone as detailed here: http://developer.android.com/training/basics/firstapp/running-app.html#RealDevice

提交回复
热议问题