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

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

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


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

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


错误图片:


当前回答

Everything Fine. Good Work. Just make a little change. If you have 2 different pixel types appearing on Virtual Device section you have to delete any one of the pixel emulator which you do not prefer for your project. Delete it by clicking drop down arrow > Delete. It'll work for you the way it did for me. If you already have 1 pixel emulator, I might be wrong in telling you that the problem is you need SUFFICIENT SPACE where your ADVs generated OR you need to upgrade the HAXM installer to the latest --v

其他回答

在启动arm64模拟器时遇到了类似的问题。我有足够的磁盘空间,并尝试卸载模拟器并重新安装它。但这并没有帮助。

我能够通过运行以下命令来解决问题:

emulator -list-avds
emulator @NameOfAvd

这假设你在路径上有模拟器。执行最后一个命令显示了以下错误,在Android Studio运行时不可见:

[4453299712]:ERROR:android/android-emu/android/qt/qt_setup.cpp:28:Qt library not found at ../emulator/lib64/qt/lib
Could not launch '/Users/username/../emulator/qemu/darwin-x86_64/qemu-system-aarch64': No such file or directory

从Android/sdk/tools路径执行命令模拟器@NameOfAvd可以启动arm64 AVD。

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

这是最新一期的模拟器。

我昨晚升级到v30.6.4,也遇到了同样的问题。

请在Android Studio Emulator发布下一次更新之前使用Genymotion。

个人使用是免费的。

https://www.genymotion.com/download/

我更新了,也遇到了同样的问题。 我通过改变多核CPU和内存解决了这个问题

我也遇到过同样的问题。通过在我的Windows 10操作系统上启用Hyper-V来修复它。我只是在开始菜单中输入Hyper,然后选择打开或关闭Windows功能菜单,然后勾选所有Hyper- v复选框,像这样: