以下是我在android工作室中运行android模拟器时遇到的错误。
1:44 PM Emulator: init: Could not find wglGetExtensionsString!
1:44 PM Emulator: getGLES2ExtensionString: Could not find GLES 2.x config!
1:44 PM Emulator: Failed to obtain GLES 2.x extensions string!
1:44 PM Emulator: Could not initialize emulated framebuffer
1:44 PM Emulator: Warning: requested RAM 1536M too high for your system.
Reducing to maximum supported size 512M
1:44 PM Emulator: qemu-system-x86_64.exe: Could not load library
WinHvPlatform.dll.
1:44 PM Emulator: failed to initialize WHPX: Function not implemented提前谢谢你。
发布于 2018-10-01 16:29:25
qemu-system-x86_64.exe:无法加载库WinHvPlatform.dll。
它似乎无法加载WinHvPlatform.dll库。在这种情况下,重新安装或重新创建ADV可能会有所帮助。
对于您的系统,
要求的内存1536M太高。减少到支持的最大大小512M
尝试在AVD中将最大内存设置为512mb。
发布于 2018-10-01 16:56:00
-->转到工具菜单。
-->转到avd managare。
-->编辑您创建的虚拟设备(例如: Nexus_5X_API_27 )。
-->单击高级设置按钮。
-->在仿真性能中将图形更改为软件GLES 2.0
-->在内存中,将RAM字段更改为512。
-->完成。
我认为它会行得通的。万事如意。
发布于 2018-10-01 20:20:08
嗯,这是一些与图形相关的东西。
要在Windows上使用Windows Hypervisor Platform (WHPX),您需要一个AMD CPU。
https://stackoverflow.com/questions/52587080
复制相似问题