GLSurfacView.Renderer.onSurfaceCreated() implementation not recognized by compiler

I found the answer here: stackoverflow.com/questions/18553920. It was the wrong import. It was import javax.microedition.khronos.egl.EGLConfig; instead of import android.opengl.EGLConfig;

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top