Hello Dear,
I have just download openGLES 2.0 SDK for android platform.But I can't able to compile/build any of the examples.I am using Eclipse(java) and Android 2.1 version SDK.When i try to compile any of the example from the openGLES 2.0 Sdk that time compiler show many errors.
These are the errors which is occured during OGLES2IntroducingPOD compile:
1.com.powervr.OGLES2IntroducingPOD.OGLES2IntroducingPOD does not extend android.app.Activity
2. Error: No resource found that matches the given name (at 'icon' with value '@drawable/icon').
3.prefAppName cannot be resolved
4.PVRShell cannot be resolved to a type
5.R cannot be resolved
6.The import com.powervr.PVRShell cannot be resolved
7.The method initialise() of type OGLES2IntroducingPOD must override or implement a supertype method
Basically I import the examples as a new android project and then select the android folder of the example( like OGLES2IntroducingPOD) directory.
So how i can solve this error..or any other way to import this examples in Eclipse...
Thanks
Rassall