This is what I have done so far:
(1) Installed Android JDK / SDK / NDK.
(2) Downloaded all the respective header files for OpenGL ES 2.0 and put them into respective sub-folders in include folder.
(3) I am planning to use Microsoft Visual C++ 2010 for development of the games.
(4) I have an OpenGL ES 2.0 Programming Guide publication, where it says in the section Programming with OpenGL ES 2.0 / Libraries and Include Files (Page 13):
OpenGL ES 2.0 applications will need to link with the following libraries: the OpenGL ES 2.0 library named libGLESv2.lib and the EGL library named libEGL.lib.
(And I presume I need also libGLESv2.dll and libEGL.dll)
Despite googling 3 days for these files I found no hint as where from download them (I have found the above dll files in Firefox sub-folder, but I am not sure if those are the correct ones to use for Android 3.0).
I am absolutely stuck - I want to get on with the coding, but cannot even start !
Can somebody please point me to right direction ? Any help is highly appreciated.






