【发布时间】:2012-03-26 20:03:43
【问题描述】:
有时当我退出我的 openGL ES 1 应用程序时,以下错误消息会一直在 logcat 中发布,并且应用程序会冻结并在某些时候终止。
E/EglHelper(4284): Surface is not valid Surface(name=null, identity=-1, mNativeSurface=0) java.lang.IllegalArgumentException: Make sure the SurfaceView or associated SurfaceHolder has a valid Surface
E/GLThread(4284): Couldn't create a surface 132184
W/GLThread(4284): egl createSurface
W/EglHelper(4284): createSurface() tid=22
我的问题可能出在哪里?
【问题讨论】:
标签: android opengl-es surfaceview