我正在使用Android Studio。当我尝试启动模拟器 - 使用AVD是Nexus 5X的复制版本 - 使用硬件进行图形处理时,我收到此消息:
init: Could not find wglGetExtensionsStringARB!
emulator: WARNING: VM heap size set below hardware specified minimum of 228MB
emulator: WARNING: Setting VM heap size to 384MB
Hax is enabled
getGLES1ExtensionString: Could not find GLES 1.x config!
Hax ram_size 0x60000000
Failed to obtain GLES 1.x extensions string!
HAX is working and emulator runs in fast virt mode.
console on port 5554, ADB on port 5555
emulator: WARNING: The -scale flag is obsolete and will be ignored.
emulator: ERROR: Could not initialize OpenglES emulation, use '-gpu off' to disable it.
Could not initialize emulated framebuffer
在应用程序日志中,它显示了这个:
Error while waiting for device: The emulator process for AVD Cals_Device_API_23 was killed.
然而,当我使用'软件'对于图形,它启动相对较快,但后来永远不会超过Android加载屏幕,其中android有一个梯度一次又一次地移动它们,我想因为它太慢了。
那么如何修复它以便我可以实际使用模拟器?
编辑:在软件模式下,它显示HAX is working and emulator runs in fast mode