仿真器不工作:"需要EPT + UG的CPU"

时间:2018-04-21 19:40:23

标签: android android-emulator

我是Android Studio新手,这是我第一次尝试运行应用。我的计算机速度相对较慢,无法运行HAXM,因此我使用ARM代替模拟器的x86构建。当我尝试运行它时,我收到此错误:

21:31   Gradle build finished in 15s 887ms

21:31   Emulator: WARNING: init: Missing WGL extension WGL_ARB_create_context

21:31   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.

21:31   Emulator: emulator: WARNING: UpdateCheck: Failure: Error

21:32   Emulator: Process finished with exit code -1073741819 (0xC0000005)

我已尝试按照本网站上多个问题的说明进行操作,但到目前为止我没有任何帮助。有没有办法运行模拟器或者它与我的计算机不兼容?感谢。

1 个答案:

答案 0 :(得分:0)

问题与您要模拟的特定设备和您拥有的处理器(英特尔酷睿2或更低版本)有关

要解决它:

创建一个新的模拟器 选择您要模拟的设备。 在标题为“系统映像”的下一页上,选择“其他映像”选项卡 下载并选择在ABI列下列出为armeabi-v7a的图像。 该图像应该可以在您的处理器上成功运行。