Question

I've made a game that uses OpenGL 1.0 on Android. It works fine on my Android 2.3 phone but displays a black screen on my nexus 7 (now Android 4.4). The music and sound seem to be working fine just the display is black. I'm wondering what the possible issues could be. This is hard to debug because there are no error messages that I can see. Any suggestions on how to debug this?

Was it helpful?

Solution

Maybe too old question. But I met same issue on Nexus 7 first generation. I rescaled all textures to size power of 2 like 128x128, 256x256, 512x512 etc. and problem got solved.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top