Я дотримуюсь цього підручника: https://developers.google.com/maps/documentation/android/start#overview про те, як додати Карти Google до програми в Android SDK.
Єдина проблема, з якою я маю, - це під час цього біту (все інше я зробив без помилок):
Edit your application's AndroidManifest.xml file, and add the following declaration within the
<application> 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" />
The error is:
No resources found that match the given name (at 'value' with value '@integer/
google_play_services_version').
Я намагався дотримуватися цього рішення тієї ж проблеми: оновлення бібліотеки служб Google Play і відсутність символу @ integer / google_play_services_version
але я все ще отримую ту саму помилку. Будь-яка допомога, будь ласка?