在更新到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 Studio Go to Help ->显示浏览器中的日志 尝试再次运行模拟器的错误如下:

handleCpuAcceleration:特征检查hvf 无法添加库vulkan-1.dll:失败 无法添加库vulkan-1.dll:失败

然后安装Microsoft VS Code,转到下面的路径

C:\Users<User>\AppData\Local\Programs\Microsoft VS Code

复制vulkan-1.dll并粘贴到下面的路径

C: \用户<用户> \ AppData \本地\ Android模拟器\ \ lib64

对我来说,这些解决方案是有效的

其他回答

当我把我的SDK位置从一个磁盘更改到另一个磁盘时,这个问题发生在我身上,由于磁盘空间有限的问题,而这样做的一些文件可能会损坏或丢失,经过一番挖掘,我发现我的SDK被部分安装(根据SDK管理器)。 我所要做的就是从SDK管理器中重新下载剩下的文件来解决这个问题。

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

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

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

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

解决此错误的最佳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被杀死 我想它可能对你有帮助。