Google Play Services v13 error meta-data in AndroidManifest

The Google Maps getting started guide says:

Add the Google Play services version to your app’s manifest

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" />

Leave a Comment