无法在 android studio 中 运行 模拟器...出现 HAXM 错误

Cannot run emulator in android studio...Getting HAXM error

我正在尝试在我的计算机上设置 android 工作室,几乎所有的事情都已完成,但最后一个是设置模拟器。当我尝试通过单击 AVD 管理器启动它时,出现此错误。

Cannot launch AVD in emulator.
Output:
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!

我已尝试通过执行以下操作来解决此问题:

  1. 进入目录......sdk\extras\intel\Hardware_Accelerated_Execution_Manager\然后运行exe文件"intelhaxm-android.exe"手动安装。但是,它并没有很好地工作,并给出了 VT not supported.
  2. 的错误

为了解决这个问题,我在 BIOS 中检查并发现它已经启用。

然后,我进一步搜索,发现可能是杀毒软件引起的。所以,关于这一点,首先,我还没有安装任何防病毒软件,其次我也停用了 Windows 防火墙,但仍然出现错误。

而且,这个问题不是这个问题的重复

Emulator: ERROR: x86 emulation currently requires hardware acceleration

或 Whosebug 上的任何其他人。

我建议您使用 Genymotion 而不是 HAXM。它速度更快,可以为您节省大量时间。

https://www.genymotion.com

你有旧电脑吗?我使用 Andriod Studio,但我在尝试在我的 PC 上启用 HAXM 以使用模拟器时遇到了同样的问题。我的电脑已经有好几年了,运行 Windows7.

我尝试了另一种方法,但它太慢了,我决定需要更换我的电脑。

我遇到了与 HAXM 相同的问题,我刚刚找到了解决方案。在 BIOS 中,我启用了 "VT -d",我只是禁用它并且一切正常。 希望我帮助了你。 (看起来 VT -d 正在禁用 VTx)。

但是 Genymotion 比 Android Studio 模拟器更快,而且有更多选项。