当前位置:   article > 正文

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

the emulator process for avd

最近升级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
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10

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

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

接着,再执行上面的命令。
在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/凡人多烦事01/article/detail/612799
推荐阅读
相关标签
  

闽ICP备14008679号