我正在尝试在这里编译和运行 OpenGL 示例代码:
http://developer.android.com/training/graphics/opengl/environment.html
我将项目导入 Eclipse,但是在尝试编译时,我得到了这个和其他类似的错误。
Multiple markers at this line
- The method onSurfaceCreated(GL10, EGLConfig) of type MyGLRenderer must override a superclass
method
- implements android.opengl.GLSurfaceView.Renderer.onSurfaceCreated
有谁知道我做错了什么?谢谢鲍勃