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


当前回答

简单解决方案2021

进入AVD管理器 找到您要使用的模拟器,然后单击向下箭头 选择“显示在磁盘上”选项 删除所有以.lock结尾的文件 再次运行模拟器,在此之后将初始化

其他回答

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: drive - Minimum应该有20GB的空闲空间 如果你已经创建了AVD,那么在你的windows机器中,从命令行输入“emulator -list-avds”。 C:\Users\username\AppData\Local\Android\Sdk\模拟器>模拟器-list-avds Pixel_2_API_29 输入模拟器@Pixel_2_API_29 C:\Users\username\AppData\Local\Android\Sdk\emulator @Pixel_2_API_29 你可以看到模拟器启动。

它为我工作-在互联网上发现的其他结果不为我工作。

我通过更新Android模拟器解决了同样的问题。

步骤:

1. In Android Studio Go to TOOLS
2. SDK Manager
3. Android SDK
4. SDK Tools
5. Update the Android Emulator.

然后它将运行。

查看这个参考https://stackoverflow.com/a/64384372/13952516

这对我很管用。您必须将android studio更新到最新版本,然后按照以下步骤更新sdk工具:

工具-> SDK管理器 选择Android SDK SDK工具标签 检查以更新可用选项。 按ok键 之后,这个过程将花费你几分钟,完成后,一切都会正常工作。