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


当前回答

我在运行Android API 30时遇到了这个问题。最后,我不得不将Android Emulator升级到30.1.5(在此之前是30.1.2)。

其他回答

我也遇到了同样的问题。尝试了不同的解决方案

将“图形”改为“软件” 更新android studio sdk到最新版本 使缓存无效/重新启动android studio

但问题是我的磁盘已满,模拟器无法保存必要的文件。所以如果有人遇到这个问题,请确保你有至少10GB的可用空间(对于安装在像素4 2021的android 11)

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.

转到C:\Users\{{USERNAME}}\。android\avd,删除avd目标设备的文件夹,并在avd管理器中创建一个新的虚拟设备。现在单击运行按钮。就是这样

我把图形换成了软件,已经安装了英特尔x86模拟器,并重新启动了PC。毫无效果。这是Hyper-V问题。我已经关闭了VMWare。我打开它,重新启动PC和模拟器工作。所以请试试Hyper-V。

我也遇到过类似的问题。在搜索实际问题后,我发现我安装Android Studio和SDK的OS驱动器空间(适用于Windows: C驱动器)运行得非常低。那时我的C盘只剩1GB了。据我所知,如果驱动器的空闲存储空间小于5GB, android模拟器就不会运行,所以我通过删除不必要的数据来清除我的C驱动器,释放了25GB的空间。现在我能够运行虚拟模拟器而不遇到任何问题。