以下是我在android studio中运行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
谢谢。
答案 0 :(得分:0)
qemu-system-x86_64.exe:无法加载库WinHvPlatform.dll。
似乎无法加载WinHvPlatform.dll
库。在这种情况下,重新安装或重新创建ADV可能会有所帮助。
请求的RAM 1536M对您的系统来说太高了。 减少到最大 支持的大小512M
尝试在AVD中将最大Ram设置为512mb
。
答案 1 :(得分:0)
->转到工具菜单。
->转到avd managare。
->编辑您创建的虚拟设备(例如:Nexus_5X_API_27)。
->单击“高级设置”按钮。
->在“模拟性能”中,将图形更改为软件GLES 2.0
->在“内存”中,将RAM字段更改为512。
->完成。
认为它会起作用。 一切顺利。
答案 2 :(得分:0)
好吧,这与图形有关。
要在Windows上使用Windows Hypervisor平台(WHPX),您需要AMD CPU。