最近换电脑开发遇到如下问题。
Emulator: Warning: Quick Boot / Snapshots not supported on this machine. A CPU with EPT + UG features is currently needed. We will address this in a future release.
x86 emulation currently requires hardware acceleration!
Process finished with exit code 1.
然后我在安装模拟器的时候,提示我的VT没有打开 。
首先打开vt,按F1(主机ThinkCenter,具体查看电脑)重启进入BIOS设置

进入把vt设置为enabled。

F10 保存设置 重启。
打开Android Studio 仍然报错。那么接下来就打开Android Studio的SDK Manager

查看 Intel x86 Emulator Accelerator(HAXM installer)是否安装,如果没安装就安装上。
如果安装后还有问题,接下来就是见证奇迹的时刻。
首先打开SDK的SDk\extras\intel\Hardware_Accelerated_Execution_Manager文件夹,你会看到

intelhaxm-android.exe 文件夹,双击打开,闪退。emmmm..... WTF??
把intelhaxm-android.exe解压到当前文件夹,你会看到

点击setup 运行, 然后会提示安装。安装一下。

安装完成。成功打开模拟器。

网友评论