LG Nexus 5X can't see in Android Studio on Windows 10

心已入冬 提交于 2019-12-24 16:34:10

问题


I have a LG Nexus 5x smartphone, I would like to use to on device debugging in Android Studio on my Windows 10 Computer. I turn on the dubugger options on my phone, but the Android Studio can't see that. From where can I downlod the USB driver, that fixs my problem?


回答1:


  • Install Google USB Drivers on SDK Tools
  • Enable Debugging Mode on Developer Settings.
  • Go to Device Manager and check drivers status. (Probably you can see warning icon on ADB Interface Driver.) Select ADB Interface driver and click update. Choose "Browse my computer for driver software" and set folder path like "D:\Users\userName\AppData\Local\Android\sdk" .
  • After installation, check your device and confirm to USB debugging.

    I hope it helps.




回答2:


There's a problem of compatibility between Windows 10 and Nexus 5x/6p phones. You'll need to manually download this driver (http://developer.android.com/sdk/win-usb.html).

Find "Devices and Printers" in control panel, right-click on "MTP", and choose properties.

Click "ADB interface", then click "Properties"

Go to "Driver" tab and update driver with the file you just downloaded. (Make sure you unzip them first)

Source: How to install Nexus 5X & 6P USB (ADB) Drivers for Android Studio on Windows 10



来源:https://stackoverflow.com/questions/34619466/lg-nexus-5x-cant-see-in-android-studio-on-windows-10

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!