मैं इस ट्यूटोरियल का अनुसरण कर रहा हूं: https://developers.google.com/maps/documentation/android/start#overview, 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 लाइब्रेरी का अद्यतन और अनुपलब्ध प्रतीक @ पूर्णांक / google_play_site_ortersion
लेकिन मुझे अभी भी वही त्रुटि मिल रही है। कोई मदद कृपया?