I just finished an Android app which includes a openGL side and another side with layouts.The project was created for Android 2.2 and it worked fine on the 2.2 and 4 Android device emulator.The moment i exported the app to a Galaxy Nexus phone, the OpenGL side is white.
Is there another way to export apps with OpenGL?
I just finished an Android app which includes a openGL side and another side
Share
Problem was solved when i realised the pictures were not power of 2 x power of 2.When that was fixed, it worked like a char,