I tried the program as shown in book OpenGL ES2 for Android, but it\'s not working!!
I have tested in Odroid E, samsung s3, samsung y, samsung star!!
the
The problem is with glSurfaceView, as it does not run on the OpenGL thread. The glSurfaceView should be on the main android thread.
Here you find additional info about it:
opengl es api with no current context
OpenGL ES 2.0 Context in Android
Hope this help.