标签:
按照教程开发OpenglES2.0应用,遇到Logcat报错“Called unimplemented OpenGL ES API”
在论坛和stackoverflow上找到了答案。
1.manifest里面加上 <uses-feature android:glEsVersion="0x00020000" android:required="true" />
2.surfaceView要设置 mGLSurfaceView.setEGLContextClientVersion(2);
就酱紫
标签:
原文地址:http://www.cnblogs.com/superping/p/4904512.html