android - Called unimplemented OpenGL ES API -
i've checked several posts on sof, i'm using real device instead of emulator, galaxy nexus(android 4.2). , set :
mglsurfaceview.seteglcontextclientversion(2); mglsurfaceview.setrenderer(new myrenderer(this));
still, crazy logs of "libegl called unimplemented opengl es api".
any help? thank you!
this problem caused incomplete egl or opengl es 2.0 driver android. should try find updated driver, if available. other option change app's code not use seteglcontextclientversion(2). there sample in android sdk named hello-gl2 works without using seteglcontextclientversion(2). or, use opengl es 1.1 or native code instead. article details this:
Comments
Post a Comment