Google Maps Android API v2 supports devices with OpenGL ES 2.0 and above -


i have issue regarding opengl es 2.0. developing android application google maps api v2. logcat returning error "google maps android api v2 supports devices opengl es 2.0 , above". phone's android version 2.2.2. there need install @ device? please give me advice regarding issue. thanks.

@ manifest file

<uses-feature     android:glesversion="0x00020000"     android:required="true"/> 


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -