我创建 Android 模拟器,运行项目时出现了一个这样的错误;


如下:

emulator ERROR:x86 emulation currently requires hardware acceleration!Please ensure Intel HAXM is properly installed and usable.CPU

acceleration status: HAX kernel module is not installed!

 

错误分析:

电脑没有启用虚拟技术(HAXM没有开)或者没有安装Intel HAXM软件,可是“HAXM”到底是什么呀?

Android SDK已经集成了这个软件,你需要做的就是找到他,然后安装它就是了。

 

    android ------ Emulator: error: x86 emulation currently requires hardware acceleration

 

安装时又出现了一个这样的问题

android ------ Emulator: error: x86 emulation currently requires hardware acceleration

Android SDK已经集成了这个软件,你需要做的就是找到他,然后安装它就是了。
 

android ------ Emulator: error: x86 emulation currently requires hardware acceleration

 

android ------ Emulator: error: x86 emulation currently requires hardware acceleration

 重新启动安装HAXM,就成功了!

android ------ Emulator: error: x86 emulation currently requires hardware acceleration

 

这样就可以运行模拟器了。

android ------ Emulator: error: x86 emulation currently requires hardware acceleration

相关文章:

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