I have just recently started out programming for Android, and have decided that I want to learn how to use OpenGL ES 2.0. I googled around for an example and it turns out that in the resources section of the Android Developers Website there is one.
Link: http://developer.android.com/resources/tutorials/opengl/opengl-es20.html#touch
However, I am trying to run the first example and I get a force-close on my HTC EVO. I have tried literally copy and pasting the code from broswer to Eclipse, and adding the appropriate line in the manifest, but still no dice.
Any help here?
After reading carefully through that, turns out all i had to do was modify the activity in the manifest file. Problem Solved.