Windows - getGLES2ExtensionString: Could not find GLES 2.x config; exit code -1073741819 (0xC0000005)

前端 未结 1 1544
刺人心
刺人心 2021-01-28 08:13

I have the problem with new Android Emulator 27.0.2. Emulator won\'t starts. First launch of emu is successful after emulator sdk reinstall, but every

相关标签:
1条回答
  • 2021-01-28 08:33

    The solutions for me was to change buildToolsVersion for current version. In my case for:

    android {
        buildToolsVersion '27.0.2'
    }
    

    in app-level build.gradle

    0 讨论(0)
提交回复
热议问题