[Solved] Google Maps Api v2 Android Error

Because version 2 of the Google Maps Android API requires OpenGL ES version 2, you must add a element as a child of the manifest element in AndroidManifest.xml: <uses-feature android:glEsVersion=”0x00020000″ android:required=”true”/> This notifies external services of the requirement. In particular, it has the effect of preventing Google Play Store from displaying your app on devices … Read more