Bu eğiticiyi takip ediyorum: https://developers.google.com/maps/documentation/android/start#overview Google Haritalar'ın Android SDK içindeki bir uygulamaya nasıl ekleneceği hakkında.
Yaşadığım tek sorun bu kısımda (diğer her şeyi hatasız yaptım):
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').
Aynı sorun için bu kişinin çözümünü izlemeye çalıştım: Google Play Hizmetleri Kitaplığı güncellemesi ve eksik @ integer / google_play_services_version simgesi
ama yine de aynı hatayı alıyorum. Herhangi bir yardım lütfen?