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
Post a Comment