首先,我应该说一些我的问题。当我使用Play Store启动Emulator时,它无法运行。但是,当我在没有Play Store的情况下启动Emulator时,它可以运行。
例如:

错误:
10:49 Emulator: init: Could not find wglGetExtensionsString!
10:49 Emulator: getGLES2ExtensionString: Could not find GLES 2.x config!
10:49 Emulator: Failed to obtain GLES 2.x extensions string!
10:49 Emulator: Could not initialize emulated framebuffer
10:49 * daemon not running; starting now at tcp:5037
10:49 * daemon started successfully
10:49 Emulator: emulator: ERROR: OpenGLES emulation failed to initialize. Please consider the following troubleshooting steps:
10:49 Emulator: Process finished with exit code -1073741819 (0xC0000005)发布于 2019-03-10 17:37:23
非常感谢。我之前也看过这个链接的答案,主要如下:
步骤1:
更新您的操作系统图形驱动程序。重新启动系统。将系统的屏幕分辨率设置为尽可能高。现在试着开始你的AVD吧。第2步:
如果步骤1失败,请转到AVD管理器。编辑您的AVD。取消选中“使用主机GPU”选项。单击Finish (保存)。再次启动AVD。
但我的电脑无法启动Step2,AVD管理器无法检查“使用主机GPU”设置。最后我只完成了第一步,但是Android Studio Emulator已经运行了。
此外,我还在NVIDIA显卡的3D图形设置中为NVIDIA设置了Android studio程序的图形处理器。
https://stackoverflow.com/questions/55056193
复制相似问题