Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/216.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 仿真器不工作:";带EPT和x2B的CPU;“需要UG”;_Android_Android Emulator - Fatal编程技术网

Android 仿真器不工作:";带EPT和x2B的CPU;“需要UG”;

Android 仿真器不工作:";带EPT和x2B的CPU;“需要UG”;,android,android-emulator,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

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

我在这个网站上试着按照多个问题的说明来做,但到目前为止,什么都不管用。是否有办法运行模拟器,或者它与我的计算机不兼容?谢谢。

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

要解决这个问题:

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

我也有同感。买一台新电脑。