I believe you were correct not to enable the GL_COLOR_ARRAY. The GL_COLOR_ARRAY flag tells OpenGL ES that you intend on specifying colors with the glColorPointer method which is not what you were doing in your example. I'm not sure why it worked on the Emulator, probably a bug.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

