You need to add the feature required for OpenGL ES 2.0. for V2 maps To work with Google Maps, simply add the following code to your AndroidManifest.xml project file before the application tag:
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
Let it help you :)
source share