在更新到Android Studio 2020.3.1金丝雀15后,当我试图运行模拟器时,它会被这个错误杀死:

AVD Pixel_4_API_30的模拟器进程已终止。

它在以前的版本(4.1.3)中工作正常,但现在安装新版本后,它显示相同的错误。


在类似的情况下,我尝试了一些建议的解决方案;然而,它仍然不工作。

我删除了我的模拟器(也清除了目录:/.android/avd/),并再次创建了一个新的模拟器 我将HAXM安装程序更新到7.6.5版本 我试着用较低的api运行模拟器,但是…


错误图片:


当前回答

使用(Ctrl+Alt+Delete)转到任务管理器,并在后台进程中检查模拟器没有在后台运行。如果它在后台运行,请结束任务并尝试重新启动模拟器。

其他回答

当我将CPU/ABI设置从“armeabi-v7a”更改为“x86_64”时,我的问题得到了解决。

这就是我解决这个问题的方法。 我用API 28创建了一个AVD[非谷歌播放版本]。 选择x86 64版本。 将AVD的RAM大小增加到2gb 选择图形-硬件GLES 2.0

有了这个,我可以启动AVD,它比以前的要快得多

该问题的主要根源是磁盘上缺乏可用空间

要解决这类问题,通常你没有一些文件,你需要从谷歌下载并粘贴。我也面临着同样的问题。但是在谷歌上花了很多时间后,我终于得到了解决方案。

步骤如下:-

Create virtual device using AVD Manager start the emulator if it is showing your emulator has terminated Then go to ("C:\Users\YourUserName\AppData\Local\Google\AndroidStudio2020.3\log\idea.log") check the issue by scroll down(on bottom you can check) If you are getting the same issue Then go to C:\Windows\System32 directory, search here for file called vulkan-1-999-0-0-0.dll If file is already in directory, then just rename the file into "vulkan-1.dll" else download the file from this link you will have zip file, just extract and paste the vulkan-1-999-0-0-0.dll file and perform the step 8.

好的,我解决了我的问题,就像上面的一个:

我在AVD管理器中删除了模拟器并重新安装了它。我还删除了ANDROID_HOME环境变量,它再次为我在北极狐狸工作

我使用的是Windows 10上最新版本的Android Studio Artic Fox 2020.3.1 Patch One,我昨天在8/18/21升级了模拟器,它完全破坏了模拟器的功能。