OpenGL Renderer not working on ice cream sandwich

Hi, I am creating an Android game using OpenGL ES 1.0. Everything worked fine until my Transformer tablet upgraded to Ice Cream Sandwich. Now everything that uses OpenGL for rendering does not appear on the screen. I look around and I found the TextureView class. I'm not sure if I need to change all the GLSurfaceView and GLSurfaceView.Renderer code to the TextureView class. If so, are there any good tutorials on how to do this? If someone else had this problem or she knows how to solve it, I would really appreciate your help.

Update: I was messing around with emulators via eclipse, and my application works fine on an Android 4.0.3 tablet emulator, but it still won’t work on a physical tablet.

+2
source share

All Articles