I’m trying to get started with opengl on android.
All tutorials I’ve found, do assume that GLSurfaceView is available. Whet I’m trying to compile my project, I’m getting
GLSurfaceView cannot be resolved to a type
I’m assuming that this is because of a missing jar, but I can’t find, which jar exactly has to be included.
Can somebody point me to it?
Add the following import statement to the top of your java file: