简体   繁体   English

在Windows 10上将设备连接到Android Studio

[英]Connecting a Device to Android Studio on Windows 10

Previously I have been using Windows 8.1 and Android Studio to develop Android apps and all was well. 以前,我一直使用Windows 8.1和Android Studio来开发Android应用程序,一切都很好。 However I have now just upgraded to Windows 10 and I am having a Slight Issue. 但是,我现在刚刚升级到Windows 10,并且遇到了一个小问题。

I have a Nexus 7 that I am using to debug, and Android Studio can no longer see this device to use it. 我有一个用于调试的Nexus 7,Android Studio不再可以使用此设备。 As I said all was well in Windows 8.1. 如我所说,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 史蒂夫

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

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. 我在Windows 10上使用Sony C4和Android Studio,但在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 我为手机下载了OEM USB驱动程序 ,请参阅OEM驱动程序URL列表。
  2. create a directory "usb_driver" in <.sdk.>\\extras\\google\\ 在<.sdk。> \\ extras \\ google \\中创建目录“ usb_driver”

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

  1. I extract OEM USB Drivers then copy paste to <.sdk.>\\extras\\google\\usb_driver\\ 我提取OEM USB驱动程序,然后将粘贴复制到<.sdk。> \\ extras \\ google \\ usb_driver \\

The second step 第二步

  1. I not download from the SDK but from Google USB Driver 我不是从SDK下载,而是从Google USB驱动程序下载
  2. I extract the Google USB Drivers then copy paste to <.sdk.>\\extras\\google\\usb_driver\\ 我解压缩Google USB驱动程序,然后将粘贴复制到<.sdk。> \\ extras \\ google \\ usb_driver \\

not include directory "amd64" and "i386" 不包括目录“ amd64”和“ 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 . 如果存在:右键单击>属性>选项卡“驱动程序>更新驱动程序>浏览我的计算机blabla>在<.sdk。> \\ extras \\ google \\中选择dir usb_driver,然后单击确定。 wait a while Driver has been detected 等待一会儿检测到驱动程序

Hope it helps you 希望对您有帮助

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". 我尝试使用设备管理器安装Google USB驱动程序(sdk \\ extras \\ google \\ usb_driver),但显示“ Windows无法安装您的USB复合设备”。

I use this universal ADB driver pack (from Koush.com) https://github.com/koush/UniversalAdbDriver 我使用了这个通用的ADB驱动程序包(来自Koush.com) https://github.com/koush/UniversalAdbDriver

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM