Android Studio启动时报错 Emulator: emulator: ERROR: OpenGLES emulation failed to initialize.
Posted kongxx
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android Studio启动时报错 Emulator: emulator: ERROR: OpenGLES emulation failed to initialize.相关的知识,希望对你有一定的参考价值。
问题描述
android Studio启动模拟器报错
Emulator: emulator: ERROR: OpenGLES emulation failed to initialize.
问题原因
问题原因是我使用了 Nexus 5X and Nexus 5 模拟器,而这两个镜像会强制设置 “Emulated Performance” 为 “Automatic Graphics”。
解决办法
换一个模拟器,然后修改 “Emulated Performance” 为 “Software graphics”,比如使用 “Pixel XL”。
参考
以上是关于Android Studio启动时报错 Emulator: emulator: ERROR: OpenGLES emulation failed to initialize.的主要内容,如果未能解决你的问题,请参考以下文章