Android Studio启动时报错 Emulator: emulator: ERROR: OpenGLES emulation failed to initialize.

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/kongxx/article/details/85107450

问题描述

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

猜你喜欢

转载自blog.csdn.net/kongxx/article/details/85107450