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


当前回答

以我为例,在我尝试了较低版本的Pixel和Android后,问题得到了解决。

其他回答

在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

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

我以前也遇到过这种情况。现在应该通过升级到Android Studio 4.1.1来解决

请确保你所有这些勾选SDK工具

谷歌播放Intel x86 Atom System Image Android模拟器 Android SDK平台工具&构建工具

重新启动Android Studio。这似乎有用

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 Studio v4.1及以上版本:

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

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

我尝试了张贴在这里的一切,但没有工作。我通过更新我的MacOS解决了这个问题。

我用的是10.14 Mojace,我把它更新到了最新版本11.2.1 Big Sur。

当我试图从命令行启动模拟器时,我收到了以下错误。经过一番研究,我发现在Catalina之后,苹果改变了一些系统库的位置。我不确定这是由它引起的,但升级MacOS为我解决了这个问题。