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


当前回答

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

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

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

其他回答

对我来说,从环境变量列表中删除ANDROID_SDK_HOME就解决了这个问题

解决此错误的最佳5个选项,avd的模拟器进程被杀死

given option are checkpoints, check it out one by one.
Error Solution Option 1
Possiblity:
HAXM may not installed in System
HAXM - Hardware Accelerated Execution Manager
Solution:
SDK Manager > Check for HAXM installer
install it, if HAXM not installed
=======================================

Error Solution Option 2
Possiblity : 
Low disk size to load Emulator
Latest AVD with API level 30+ required approx 7 GB disk space
Solution:
Free space from disk where AVD is located

=======================================
Error Solution Option 3
Possiblity :
Configured AVD API may not available in SDK Manager
As an Example:
if Emulator with API level 30, same package of API 30 should be installed in SDK

Solution:
Install same version of SDK Platfrom from SDK manager,
as same as Emulator – AVD API

=======================================
Error Solution Option 4
Possiblity :
Configuration error in Old AVD 

Solution:
Recreate AVD with latest available update
Help > check for update, if component Android Emulator Update is available, install it
delete older AVD and create Fresh AVD

=======================================
Error Solution Option 5
Possiblity :
Embedded AVD not properly load with available image

Solution:
Launch AVD as independent component,
After success close it and lauch within Android Studio
Emulator inside Android Studio
=======================================

before apply all of above once restart you System, try it.

有关视频支持的更多帮助,请参阅如何修复AVD被杀死 我想它可能对你有帮助。

我认为这是Android studio 2更新的问题或要解决的问题,请更新Android sdk版本,然后正常工作。

面对类似的问题,尝试上述解决方案,它没有工作。

如果上述建议不能解决问题,我想提出一个简单的解决方案。

解决方案-尝试清理系统中的空间。我的问题是,当我试图启动模拟器时,只剩下1GB的空间,在清理空间后得到8GB,并能够启动模拟器。

Android Studio v4.1及以上版本:

菜单-> Android Studio ->首选项->工具->模拟器

取消在工具窗口选项中的启动。