Windows - getGLES2ExtensionString:找不到GLES 2.x配置;退出代码-1073741819(0xC0000005)

时间:2017-12-20 07:59:31

标签: android android-studio android-emulator

我遇到了新的 Android Emulator 27.0.2 的问题。仿真器无法启动。在模拟器sdk重新安装后,首次启动emu是成功的,但每次启动都不成功。

虚拟设备的冷启动无效,仿真性能: 图形:软件 - GLES 2.0 选项更改在虚拟设备配置没有帮助。英特尔HD 4400的视频驱动程序是最新的,重新安装没有帮助。

  • 9:02 Emulator: getGLES2ExtensionString: Could not find GLES 2.x config!
  • 9:02 Emulator: Failed to obtain GLES 2.x extensions string!
  • 9:02 Emulator: emulator: ERROR: Could not initialize OpenglES emulation, use '-gpu off' to disable it.
  • 9:02 Emulator: Process finished with exit code -1073741819 (0xC0000005)

1 个答案:

答案 0 :(得分:1)

我的解决方案是为当前版本更改 buildToolsVersion 。就我而言:

android {
    buildToolsVersion '27.0.2'
}

在应用级 build.gradle