1

我刚刚使用 Android Studio 设置了一台新 PC,但无法启动任何虚拟设备。当我启动设备时,我收到消息-

Starting emulator for AVD 'Nexus_5_API_21_x86'
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 安装程序时,它说

This computer meets the requirements for haxm but intel virtualization is not turned on

但是在 BIOS 中,它肯定会被标记为 ON。

任何想法为什么我不能让它工作?谢谢。

4

3 回答 3

1

所以一些防病毒软件会阻止 HAXM 运行,并确保您没有运行 Windows Hypervisor。(在程序列表、窗口、H 下)。

于 2015-01-04T20:22:05.963 回答
0

您可能需要将 NX (XD) 位设置为打开。作为管理员从命令行运行: bcdedit /set nx AlwaysOn 否则你的 CPU 是什么?

于 2015-01-03T20:00:10.090 回答
0
Windows 8. Android Studio.
Make sure if virtualization is enable : go through those steps provided below.
  • 转到设置->更改电脑设置->常规->然后通过向下滚动框架在右侧看到->您将在提前启动下看到立即重启按钮按下它->然后选择一个选项窗口将打开->选择故障排除- >在疑难解答下选择高级选项->然后在高级选项下选择UEFI固件选项->然后按重新启动->按f10进入BIOS->查看菜单栏,您将在其中找到系统配置菜单,您将看到虚拟化技术“启用”它->现在退出菜单栏上的退出保存更改..

    C:\Users\用户名\AppData\Local\Android\sdk\extras\intel\Hardware_Accelerated_Execution_Manager\intelhaxm-android.exe

    (在用户名中:请输入有效的用户名)

    安装它并重新启动您的 Android Studio。

    如果您对上述过程进行少量更改,则 win 7 相同,eclipse 也相同

    希望它有助于玩得开心!

于 2015-01-20T18:18:32.657 回答