OpenGL Renderer not working on Ice Cream Sandwich

|▌冷眼眸甩不掉的悲伤 提交于 2020-02-02 11:04:49

问题


Hi I'm building an Android game using OpenGL ES 1.0. Everything was working fine until my Transformer tablet updated to Ice Cream Sandwich. Now anything that uses OpenGL to render isn't showing up on screen. I've been looking around and I've found the TextureView class. I'm not sure if I need to change all my GLSurfaceView and GLSurfaceView.Renderer code over to a TextureView class. If this is the case are there any good tutorials out there on how to do the change over? If anyone else has had this issue or knows how to resolve it I would really appreciate your help.

Update: I've been messing around with emulators through eclipse and my app will run fine on an Android 4.0.3 tablet emulator but still won't work on the physical tablet.

来源:https://stackoverflow.com/questions/9456817/opengl-renderer-not-working-on-ice-cream-sandwich

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!