Android Studio中的AVD管理器不显示我的设备,但adb设备显示它。我是不是遗漏了什么明显的东西?


当前回答

我的设置

Android Studio 3.5.3 macOS 10.14.6 Android 9设备通过Belkin USB集线器连接到Mac。

当从谷歌的Android github repo运行Kotlin示例项目时,没有配置,也没有设备显示在UI中。

解决方案

File > Sync Project with Gradle Files But my internet connection needs a fix, so I had to go to Preferences > System Settings > HTTP Proxy to specify a working proxy. Make sure buildscript{ ext.kotlin_version } runs a more recent version. I had to upgrade it from 1.2.xx to 1.3.xx. Now the project appears to be ready to build (the default emulator Nexus config is now enabled). Rebuild the project for the emulator just to make sure. Then I had to unplug my device from the USB hub and connect it to Mac directly. Now Android Studio sees my device. Plug the device again into the USB hub. Now Android Studio sees my device with the hub, too.

其他回答

我使用的是Nougat API 24的Android版本,我通过更换USB线解决了一个设备问题。

更新最后一个usb驱动程序

安装谷歌USB驱动

在Android Studio中,单击Tools > Android > SDK管理器。 单击“SDK工具”页签。 选择“谷歌USB驱动包”,单击“安装”。 继续安装包。完成后,驱动程序文件被下载到\extras\谷歌\usb_driver\目录中。

如果有人对三星GT-I9060有问题,我在SO上遵循了这个答案:

如果你在windows上,很多时候它将无法识别该设备 完全由于驱动程序问题,设备不会显示。 进入设置 控制面板 硬件和声音 设备管理器 并查找任何显示错误的设备。许多机器人会显示为 未知的USB设备。选择该设备并尝试更新 驱动因素。

我卸载了设备,拔下设备,再插上。这一次Windows正确地安装了驱动程序。真扫兴。

这个想法是在你的电脑上修复USB驱动程序。 Start -> Device Manger ->其他设备。 右键单击USB设备,然后更新驱动程序软件->浏览我的电脑..->让我选…-> Android设备->下一步。

如果你的Windows甚至不能安装驱动程序,你应该进入设备管理器并获得设备ID(右键单击你的设备->属性->详细信息->硬件ID(在属性中)。 从Android Studio安装谷歌USB驱动程序。 进入android_winusb。inf文件(ANDROID_SDK_DIR/extras/谷歌/usb_driver/),并根据文件格式添加您的设备ID。 再次运行“adb devices”,一切正常。