【问题标题】:Emulator not working: "CPU with EPT + UG needed"模拟器不工作:“需要带有 EPT + UG 的 CPU”
【发布时间】:2018-04-21 19:40:22
【问题描述】:

我是 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)

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

【问题讨论】:

  • 我在同一条船上。买新电脑。

标签: android android-emulator


【解决方案1】:

问题与您尝试模拟的特定设备和您拥有的处理器(intel core 2 或更早版本)有关

解决它:

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

【讨论】:

    猜你喜欢
    • 2017-10-30
    • 1970-01-01
    • 2013-07-23
    • 2015-06-05
    • 2011-04-23
    • 1970-01-01
    • 2017-11-14
    • 1970-01-01
    • 2014-03-25
    相关资源
    最近更新 更多