Hi all,
I am new in android and also in OpenGL. I tried to follow the some of yours guides.This time I have some problem.I am unable to overcome the problem with OpenGl Context.
I import
"import android.opengl.GLSurfaceView;"
I tried to run your coding but got errors with the Coding lines like
GL11 gl = (GL11)glContext.getGL();
glContext.waitGL();
What Library I should import with OpenGL.Is Graphics library supported by android SDK2.1.
Please help me.
Thank you in advance.

