HI
I am having a ubuntu 10.10 enable laptop . I have run examples of OpenGL-ES 2.0 on Ubuntu 10.10 . now I want to run the codes in Android platform . How would I proceed .
Maybe I have to run android on ubuntu 10.10 and then run in the android but I don’t know how to do that .
The thing is that I want to run the codes on Android in Ubuntu enable laptop.
if anyone is having suggestions .Please let me know this.
Sudhanshu
Just read the Android Documentation: it is all perfectly explained there for any Operating system. Just follow the steps and you will get there.
One important point though, pick a minimum of API Level 8 for your project when you get there because the OpenGL ES bindings for 2.0 were only added then.