I\'ve an OpenGL application in the Google Play Store and I\'m facing a daily exception:
java.lang.RuntimeException: eglSwapBuffers failed: EGL_SUCCESS at android
Your memory might be not enough to load all data at first. I met that problem too when making my game with AndEngine, too much Atlas with size bigger than 1024x1024 , data might be broken.