私はこのチュートリアルに従っています: https://developers.google.com/maps/documentation/android/start#overview Android SDK 内のアプリに Google マップを追加する方法。
私が抱えていると思われる唯一の問題は、このビットの間です(エラーなしで他のすべてを実行しました):
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 Services Library update and missing symbol @integer/google_play_services_version
しかし、私はまだ同じエラーが発生しています。何か助けてください。