I'm having issues in my OpenGL app for Android. I have a GLSurfaceView that in turn calls some native NDK code that draws with OpenGL. The same code is working great on iOS, but on Android, when I rotate the device, the app will often crash (sometimes it does not).I'm having issues in my OpenGL app for Android.