Android Studio FATAL EXCEPTION: GLThread 229,createContext failed: EGL_SUCCESS

Android Studio 报错信息如下:

 FATAL EXCEPTION: GLThread 229

 Process: com.yunyou.icloudinn.bookhou, PID: 3805
 java.lang.RuntimeException: createContext failed: EGL_SUCCESS
         at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfaceView.java:1211)
         at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfaceView.java:1202)
         at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:1052)
         at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1412)
         at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1259)

网上各种百度,答案很不理想,各种试都没成功,最后发现在真机上可以运行,后面寻思估计是模拟器问题,各种设置倒腾,最后试出来。

最终解决办法:

第一步:打开模拟器管理

Android Studio FATAL EXCEPTION: GLThread 229,createContext failed: EGL_SUCCESS_第1张图片

第二步:

你可能感兴趣的:(Android的必修课,exception,GLThread,createContext,failed,android,studio,FATAL,EXCEPTION)