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


当前回答

Android Studio也没有在Windows上显示我的设备(三星Galaxy Alpha),直到我从三星支持页面下载并安装了Windows驱动程序。我不得不在设备上使用MTP连接模式。我还在第一次连接设备后确认了对计算机的授权。

其他回答

切换到PTP USP选项而不是MTP是解决方案。

当我面对这个问题时,我使用的是Android Studio 3.1版本。我尝试了上面的很多方法,没有一个对我有效(不知道为什么:/)。最后我自己尝试了一些不同的东西。我的方法是:

在去咆哮步骤之前,确保

*Your "Google USB Driver" package is installed ("Tools" -> "SDK Manager" -> Check "Google USB Driver" -> "Apply" -> "Ok").

*If you are trying to access with emulator then check "Intel x86 Emulator Accelarator(HAXM installer)" is instaled. ("Tools" -> "SDK Manager" -> Check "Intel x86 Emulator Accelarator(HAXM installer)"" -> "Apply" -> "Ok")

转到工具。 然后进入SDK管理器。 开放SDK工具。 取消勾选“Android SDK Platform-Tools”(在我的情况下,它是选中的)。 按apply然后ok。 再次进入工具。 然后进入SDK管理器。 开放SDK工具。 查看“Android SDK平台-工具” 重启Android Studio:)

希望这能帮助到像我这样的人。

我的设置

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.

在我的情况下,我必须设置我的android启用USB调试。

https://developer.android.com/studio/run/device#setting-up

这对我来说很管用:

windows 10。 Android Studio 4.1。 三星galaxy a50。

在Android Studio中这样做: 文件设置-语言和框架-颤振。 然后指向你电脑中你颤振的存储位置,比如: C:例如\Desktop\Flutter。

希望能有所帮助。: D