Estou seguindo este tutorial: https://developers.google.com/maps/documentation/android/start#overview sobre como adicionar o Google Maps a um aplicativo no Android SDK.
O único problema que parece que estou tendo é durante esta parte (fiz tudo o resto sem erros):
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').
Tentei seguir a solução desta pessoa para o mesmo problema: atualização da biblioteca do Google Play Services e símbolo ausente @ integer / google_play_services_version
mas continuo recebendo o mesmo erro. Alguma ajuda por favor?