在更新到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堆和分辨率设置。


当前回答

这些答案对我都没用。我只是用相同的设置创建了一个新的虚拟设备,并删除了旧的。新的工作很好。

其他回答

I have been struggling with the The emulator process for AVD Pixel_2_API_30 was killed for a while now. I was trying to launch a Pixel 2 API 30 running android 11.0, I tried all the possible solutions but nothing seemed to work. I decided t use a different setup e.g. Pixel 2 API 28 running android 9.0, and it worked perfectly. I am not sure what causes the bug in the higher-level API or android version though... So my suggestion is to change the API and android version IF all of the other solutions didn't work.

在android studio 4.0版本(WINDOWS)中,我可以通过检查android studio欢迎屏幕并在尝试启动模拟器后点击“事件”下拉菜单来找到解决方案(因此在得到错误之后):

事件部分清楚地显示ANDROID_SDK_ROOT没有在我的系统中设置。

简而言之,每当你在启动模拟器时看到这样的错误,只要检查欢迎到android studio屏幕中的“事件”部分就能找到真正的问题。

注意,如果ANDROID_HOME没有正确设置,它仍然会告诉您ANDROID_SDK_ROOT已损坏。

在尝试了所有建议的解决方案和其他来源2天后。没有一个对我有效。事实证明,我需要在windows操作系统上使用添加功能工具启用windows虚拟化支持。刚刚到达你的控制面板,搜索“添加功能”,见附图。愿一切都好!

我通过在Windows任务管理器中删除模拟器qemu-system-x86_64来解决这个问题。即使模拟器可能没有打开,但它仍然在任务管理器中运行。杀死模拟器,然后从AVD管理器运行冷启动,效果非常好。

如果从上面看,没有解决办法。然后下载 x86和x64版本,并安装它们。完成此操作后,再次运行模拟器,一切正常。

下载链接:https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0