emulator: ERROR: x86 emulation currently requires hardware acceleration!

当你安装好Android Studio的时候,兴高采烈地创建了一个android项目。但是运行的时候就杯具了,模拟器特么启动不起来!如下图。
emulator: ERROR: x86 emulation currently requires hardware acceleration!
追求完美的我们,怎么能容忍虚拟机启动不了,那我们就开始尝试解决它吧!!

错误分析:

报错信息告诉我们的是:电脑没有启用虚拟技术或者没有安装Intel HAXM软件,可是“HAXM”到底是什么呢?
emulator: ERROR: x86 emulation currently requires hardware acceleration!

Inter官网告诉我们的:作用是管理硬件加速的,使用这个让模拟器告别龟速时代;

你可以去Inter官网下载这个HAXM,
也可以在这下载:https://download.csdn.net/download/qq_36348823/10580096
但是一般AndroidSDK已经集成了这个软件,你需要做的就是找到他,然后安装它。
他的位置放在如下图目录中:
emulator: ERROR: x86 emulation currently requires hardware acceleration!
双击它安装,如下图:

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

如果你双击安装顺风顺水的话,那么恭喜你,你可以关闭这篇教程了。

如果问题没有解决的朋友,不好意思你还是继续把这篇教程看下去吧!双击安装出现下图问题:
emulator: ERROR: x86 emulation currently requires hardware acceleration!

this computer meets the requirements for haxm but intel virtualization technology(VT-x) is not turned onHAXM cannot be installed until VT-x is enable
please refer to the intel HAXM documentation for more information

报错安装失败原因,告诉我们的是BIOS里面的“Virtualization Technology”选项没有打开,那我们现在去BIOS里面打开吧。
emulator: ERROR: x86 emulation currently requires hardware acceleration!

emulator: ERROR: x86 emulation currently requires hardware acceleration!

操作完成后重启电脑,在安装就OK啦!
emulator: ERROR: x86 emulation currently requires hardware acceleration!