Mac运行Android模拟器报The emulator process for AVD XXX has terminated错误

Posted xiangzhihong8

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac运行Android模拟器报The emulator process for AVD XXX has terminated错误相关的知识,希望对你有一定的参考价值。

最近升级android Studio之后,运行Android模拟器,一直报错:The emulator process for AVD XXX has terminated。


报错原因:Mac版本过低,新的模拟器emulator,需要在MacOS 11.1以上版本才能运行。解决的方法是,在Mac的terminal命令行里执行启动模拟器命令。我们可以找到模拟的文件,然后再找到启动模拟器命令。

然后,找到emu-launch-params.txt文件,里面是启动模拟器命令,打开文件。

/
/Users/jinxiyang/Library/Android/sdk/emulator/emulator
7
/Users/jinxiyang/Library/Android/sdk/emulator/emulator
-netdelay
none
-netspeed
full
-avd
Pixel_2_API_29

然后,我们对换行进行处理。

//Users/jinxiyang/Library/Android/sdk/emulator/emulator 7 /Users/jinxiyang/Library/Android/sdk/emulator/emulator -netdelay none -netspeed full -avd Pixel_2_API_29

接着,再执行上面的命令。

以上是关于Mac运行Android模拟器报The emulator process for AVD XXX has terminated错误的主要内容,如果未能解决你的问题,请参考以下文章

m1版Mac运行Flutter项目报错:Kotlin could not find the required JDK tools in the Java ...

m1版Mac运行Flutter项目报错:Kotlin could not find the required JDK tools in the Java ...

新安装XCode7/XCode8 模拟器无法运行报-unable to boot the simulator解决方法

Flutter -- Mac上运行Android创建的Flutter的若干报错解决

laravel项目报错DecryptException:The MAC is invalid.

Mac + Android之Android Studio 环境搭建,AVD模拟器运行(包括Genymotion模拟器插件配置运行)