在 android studio 中启动模拟器时出错

Error while starting emulator in android studio

我收到的错误信息是:

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!

根据this response,完整的步骤是:

1) 打开 SDK 管理器(在 Android Studio 中,转到工具 > Android > SDK 管理器)并下载 Intel x86 仿真器加速器(HAXM 安装程序),如果你还没有的话。

2) 现在转到您的 SDK 目录(通常为 C:\users\username\AppData\Local\Android\sdk)。在此目录中转到 extras > intel > Hardware_Accelerated_Execution_Manager and 运行 名为 "intelhaxm-android.exe".

的文件

In case you get an error like "Intel virtualization technology (vt,vt-x) is not enabled". Go to your BIOS settings and enable Hardware Virtualization.

3) 重新启动 Android Studio,然后再次尝试启动 AVD。

显示模拟器可能需要一两分钟 window。

更多详情请访问此处。

Error in launching AVD with AMD processor