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.
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.