Connecting a Device to Android Studio on Windows 10

ぐ巨炮叔叔 提交于 2019-12-23 03:56:29

问题


Previously I have been using Windows 8.1 and Android Studio to develop Android apps and all was well. However I have now just upgraded to Windows 10 and I am having a Slight Issue.

I have a Nexus 7 that I am using to debug, and Android Studio can no longer see this device to use it. As I said all was well in Windows 8.1.

Has anyone else come across this, and have you managed to get round it? Am I missing something obvious?

Thanks again

Steve


回答1:


Got exactly the same issue. Steps to fix that.

#1 Uninstall driver
#2 Unplug device and restart pc
#3 Plug device and install driver downloaded from the web not from device



回答2:


A day looking for a solution of the same problem like you. I use a Sony C4 and Android Studio on Windows 10, my problem of my phone is not detected in Windows 10.

You can check in MyComputer> Properties> Device Manager.

The first step

  1. I downloaded OEM USB Drivers for my phone, see the list of OEM Drivers url
  2. create a directory "usb_driver" in <.sdk.>\extras\google\

<.sdk.> = C:\Users\Karebet\AppData\Local\Android\SDK\

  1. I extract OEM USB Drivers then copy paste to <.sdk.>\extras\google\usb_driver\

The second step

  1. I not download from the SDK but from Google USB Driver
  2. I extract the Google USB Drivers then copy paste to <.sdk.>\extras\google\usb_driver\

not include directory "amd64" and "i386"

Third step

  1. Right-click MyComputer> Properties> Device Manager
  2. check whether there is a device not in the know in Others Device

if there: right-click> Properties> Tab "Driver"> Update Driver> Browser my computer blabla > select dir usb_driver in <.sdk.>\extras\google\, and click OK . wait a while Driver has been detected

Hope it helps you




回答3:


I tried to install a Google USB driver (sdk\extras\google\usb_driver) using Device Manager, but it said "Windows was unable to install your USB Composite Device".

I use this universal ADB driver pack (from Koush.com) https://github.com/koush/UniversalAdbDriver



来源:https://stackoverflow.com/questions/31938126/connecting-a-device-to-android-studio-on-windows-10

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