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”。

参考

https://stackoverflow.com/questions/44328225/cant-change-emulated-performance-of-avd-in-android-studio

以上是关于Android Studio启动时报错 Emulator: emulator: ERROR: OpenGLES emulation failed to initialize.的主要内容,如果未能解决你的问题,请参考以下文章

在Android Studio中打开Android Device Monitor时报错的解决方法

android Studio 项目里报这个错误,是啥原因啊。编译时报错。

android studio集成腾讯云通信时报错,could not expand zip imsdk.jar

eclipse 和 android studio 编译时报 Unsupported major.minor version 52.0错解决办法

android studio运行时报错AVD Nexus_5X_API_P is already running解决办法

Android Studio 导入应用时报错 Error:java.lang.RuntimeException: Some file crunching failed, see logs for de