I have an issue regarding OpenGL ES 2.0. I am developing an android application with Google maps api v2. My logcat is returning an error "Google Maps Android API v2 supports devices with OpenGL ES 2.0 and above". My Phone's android version is 2.2.2. Is there anything i need to install at my device? please give me some advice regarding this issue. thanks.
at the manifest file
<uses-feature
android:glEsVersion="0x00020000"
android:required="true"/>