我是 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)
我已尝试按照本网站上多个问题的说明进行操作,但到目前为止没有任何效果。有没有办法运行模拟器,或者它与我的电脑不兼容?谢谢。
这些问题与您尝试模拟的特定设备和您拥有的处理器(英特尔酷睿 2 或更早版本)有关
解决方法:
创建一个新的模拟器 选择您想要模拟的设备。 在标题为“系统映像”的下一页上,选择“其他图像”选项卡 下载并选择 ABI 列下列为armeabi-v7a 的映像。 该图像应该可以在您的处理器上成功运行。