Trying to make a signed apk using Build-> Generate Signed APK ... But it does not work. The reason for this is the error:
And swears in the manifest, which is generated during the build itself, that is, not mostly.
In the main manifesto, of course, everything is spelled out and works great.
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" /> <meta-data android:name="com.google.android.maps.v2.API_KEY" android:value="@string/google_maps_key" /> The reason for the error is not clear. Who faced?


@string/google_maps_keyand it is invaluesand not invalues-XXX. And by the way, why write<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />and so it is inaarwhich is usually used. - pavel