I\'m having a real problem with the Google\'s OpenGL demo for Android. I set it up in Eclipse but can\'t get it to execute. It builds with no problems, but then stops at
The solution was just to place super.setEGLConfigChooser(8 , 8, 8, 8, 16, 0); inside the MyGLSurfaceView class right before the setRenderer(new MyGLRenderer()); line.