本文介绍了java.lang.RuntimeException的:eglSwapBuffers失败:EGL_SUCCESS报告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我的android游戏,使用libgdx框架
I have android game, using libgdx framework
在谷歌Play商店也有报道:
on Google Play store there are report:
java.lang.RuntimeException: eglSwapBuffers failed: EGL_SUCCESS
at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfaceView.java:1085)
at android.opengl.GLSurfaceView$EglHelper.swap(GLSurfaceView.java:1043)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1369)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1123)
我能做些什么?
what I can do?
设备报道:三星GT-S5830i,三星galaxy Y,LG电子的LG-P990,摩托罗拉光子4G,摩托罗拉Droid X2,
devices reported : Samsung GT-S5830i, Samsung galaxy Y, LGE LG-P990 , Motorola Photon 4G, Motorola Droid X2,
推荐答案
此问题已报告here前。已经有<一个href="http://$c$c.google.com/p/android/issues/detail?id=30191&q=eglswapbuffers&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars">an问题的申请。
This problem has been reported here before. There is already an issue filed.
您可以通过提供更多的细节,这一问题有所帮助。
You can help by providing more details to this issue.
这篇关于java.lang.RuntimeException的:eglSwapBuffers失败:EGL_SUCCESS报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!