在更新到Android Studio 2后,当我试图运行我的应用程序并选择一个模拟器时,我等待模拟器启动,它突然被杀死。我可以看到模拟器进程几分钟,但从来没有GUI。在Android studio中,我得到了错误

android studio Error while waiting for the device: The emulator process for AVD was killed

即使我在Android Studio之外运行模拟器也会发生这种情况。我试用了Android 6和基于Android 4.4的模拟器。 在Windows 7 x64 PC上运行。类似于另一个StackOverflow帖子被关闭。我尝试了各种ram、VM堆和分辨率设置。


当前回答

如果你把这些加到~/。ZSHRC(或~/。zprofile,…)

export ANDROID_SDK_ROOT=...
export ANDROID_SDK_HOME=...

它会导致这个错误。

删除或注释这些行,然后重新启动Android Studio,它将工作。

其他回答

如果您的HAMX已安装,转到软件没有帮助,请尝试检查BIOS中是否启用了虚拟化。该任务指导用户进入BIOS系统进行启动

我试了上面所有的答案,没有一个管用。我最终通过以下方法解决了这个问题:

开放SDK管理器 在SDK平台下,取消选中所有选中的包,点击ok 打开AVD管理器,点击虚拟设备旁边的下载按钮 启动设备,这应该能够解决问题 重新打开SDK管理器并重新检查您想要的平台

这就是! !希望这对你也有帮助,干杯

如果你将模拟器升级到30+版本并运行mac < 10.15,我会得到同样的错误

如果从命令行运行它,就会看到真正的错误

~/Library/Android/sdk/模拟器-avd - <

emulator: Android emulator version 30.5.3.0 (build_id 7196367) (CL:N/A)
dyld: Library not loaded: /System/Library/Frameworks/IOUSBHost.framework/Versions/A/IOUSBHost

您可以通过以下步骤修复此问题,以升级到Big Sur或降级模拟器。

wget https://dl.google.com/android/repository/emulator-darwin-6885378.zip zip解压emulator-darwin-5395263。 mv ~/图书馆/Android/sdk/模拟器~/Library/Android/ Android/ Android/模拟器 mv模拟器~/图书馆/Android/sdk/模拟器 cp ~/Library/Android/sdk/ previoter /package.xml ~/Library/Android/sdk/ package.xml

检查是否成功:

cd ~ ~ /图书馆/ Android / sdk /模拟器/模拟器- version

28.0.25.0

~ /图书馆/ Android / sdk /模拟器/模拟器-list-avds

源https://groups.google.com/g/flutter-dev/c/uEthfwjZBAQ/m/HSFqTgYsAgAJ

2021年4月8日编辑:我更新了模拟器链接到评论中提到的新版本

对我来说,OpenGL在我的机器上不起作用似乎是个问题。我修改如下:

转到:工具> Android > AVD管理器 按下你的AVD旁边的“编辑”(铅笔)图标 将“图形”更改为“软件”。

总结一下:

Install and reinstall HAXM 7.5.6 (only available version) under 'Android SDK' settings. Try downloading it manually, even other versions (they don't work with Android SDK), installing it from the Android/Sdk folder, etc. sc query intelhaxm in cmd should show if it is running correctly. Virtualization is enabled in your BIOS and has been tested Made sure the PATH variables are correct (ANDROID_HOME / ANDROID_SDK_ROOT) but NOT (ANDROID_SDK_HOME) to the folder in your settings per Here. Otherwise, you will see EVENTS on the Android Studio splash screen. Try unchecking / rechecking Launch in a tool window in Emulator settings (and even Enable Device Frame in AVD settings) Try rebuilding in several different combinations of android, different phones, etc (but with same levels and packages ... 30 for example) Try Rebooting in several different configurations Make sure all SDK Tools are up-to-date, and even try a fresh install of Android Studio. However, tried removing all of them, and adding them back. Check your space, try to have 25GB maybe or more free Check for Virtual Box, Antivirus Software, etc. Open Android Studio with Administrator privileges

运行在双显示器/坞站上?

A)在不插任何插头的情况下运行模拟器,然后插回显示器!(我知道很奇怪)……或者更好的是…… B)创建一个新的硬件配置文件,它将使您能够将图形:自动更改为软件。