完整错误如下

2018/9/27
10:23    Emulator: emulator: ERROR: x86 emulation currently requires hardware acceleration!

10:23    Emulator: CPU acceleration status: Unable to open HAXM device: ERROR_FILE_NOT_FOUND

10:23    Emulator: Process finished with exit code 1

出现位置:在Android Studio中启动安卓虚拟机的时候出现此错误

造成原因:创建虚拟机时没有配置完全,忘记给虚拟机添加镜像了,如下图

Emulator: emulator: ERROR: x86 emulation currently requires hardware acceleration!

添加对应API Level版本和对应x86或x86_64的镜像即可解决

如果还没解决的话,请看这个部位的提示,不懂啥意思的自己百度翻译去(无非就是提示一些使用更高版本的镜像等等),如图:

Emulator: emulator: ERROR: x86 emulation currently requires hardware acceleration!

OK了,成功启动安卓虚拟机:

Emulator: emulator: ERROR: x86 emulation currently requires hardware acceleration!

相关文章:

  • 2022-01-16
  • 2021-08-10
  • 2021-07-08
  • 2021-09-26
  • 2021-07-13
  • 2021-06-28
  • 2022-12-23
猜你喜欢
  • 2021-12-18
  • 2021-11-15
  • 2021-06-12
  • 2021-06-26
  • 2022-12-23
相关资源
相似解决方案