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

Connecting a Device to Android Studio on Windows 10

之前我一直在使用 Windows 8.1 和 Android Studio 开发 Android 应用程序,一切都很好。然而,我现在刚刚升级到 Windows 10,我遇到了一个小问题。

我有一个 Nexus 7 用于调试,AndroidStudio 无法再看到这个设备来使用它。正如我所说,在 Windows 8.1.

中一切都很好

有没有其他人遇到过这个问题,你有没有设法绕过它?我是否漏掉了一些明显的东西?

再次感谢

史蒂夫

遇到了完全相同的问题。解决该问题的步骤。

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

一天寻找与您相同问题的解决方案。 我在 Windows 10 上使用 Sony C4 和 Android Studio, 我的 phone 问题未在 Windows 10.

中检测到

您可以在我的电脑>属性>设备管理器中查看。

第一步

  1. 我为 phone 下载了 OEM USB Drivers,请参阅 OEM 驱动程序列表 url
  2. 在<.sdk.>\extras\google\
  3. 中创建目录"usb_driver"

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

  1. 我提取 OEM USB 驱动程序,然后复制粘贴到 <.sdk.>\extras\google\usb_driver\

第二步

  1. 我不是从 SDK 下载而是从 Google USB Driver
  2. 我提取 Google USB 驱动程序,然后复制粘贴到 <.sdk.>\extras\google\usb_driver\

不包括目录 "amd64" 和 "i386"

第三步

  1. Right-click 我的电脑> 属性> 设备管理器
  2. 查看Others Device中是否有未知的设备

如果有:right-click> 属性> 选项卡 "Driver"> 更新驱动程序> 浏览器我的电脑 blabla > select 目录 usb_driver in <.sdk.>\extras\google\, 然后单击确定。稍等片刻已检测到驱动程序

希望对你有帮助

我尝试使用设备管理器安装 Google USB 驱动程序 (sdk\extras\google\usb_driver),但它显​​示 "Windows was unable to install your USB Composite Device"。

我用的是这个通用的ADB驱动包(来自Koush.com) https://github.com/koush/UniversalAdbDriver