Google map android API V2 crashes

Google map android API V2 crashes

You need to edit your application’s AndroidManifest.xml file, and add the following declaration within the element. This embeds the version of Google Play services that the app was compiled with.

<meta-data
android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />

AndroidManifest.xml

arstech

Leave a Reply