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


当前回答

检查模拟器安装驱动器的剩余空间是否大于5gb

其他回答

如果您使用McAfee防病毒和Windows 10,这可能会帮助您:

根据snehatilak的建议,卸载并重新安装Android Emulator最初对我的情况有所帮助,但第二天模拟器又死机了。

我发现McAfee杀毒软件已经隔离了文件avd .conf,原来是在C:\Users[username].android\avd[avdImage]\

在恢复AVD.conf并从扫描中排除它之后,它似乎又好了。

这一切都始于2021年2月2日,我猜是在McAfee更新之后。

以下是步骤:

首先转到“设置”下的“隔离项目”并恢复AVD.conf文件

然后转到“设置”下的“实时扫描”,在你创建的每个模拟器中排除AVD.conf。(位于C:\Users[username].android\avd[avdImage])

您需要更新以下工具。

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_SDK_HOME环境变量指向错误的位置时,也会发生此问题

比如说。Android文件夹的路径是E:\Android\.android

那么ANDROID_SDK_HOME环境变量值应该是E:\Android

可能是安装问题或某些包/插件没有正确安装。 重新安装android studio。这对我很有效。