Śledzę ten samouczek: https://developers.google.com/maps/documentation/android/start#overview, jak dodać Mapy Google do aplikacji w Android SDK.
Wydaje się, że jedyny problem, jaki mam, dotyczy tego fragmentu (wszystko inne zrobiłem bez błędów):
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').
Próbowałem zastosować rozwiązanie tej osoby do tego samego problemu: aktualizacja biblioteki usług Google Play i brakujący symbol @ integer / google_play_services_version
ale nadal otrzymuję ten sam błąd. Proszę o pomoc?