ฉันกำลังติดตามบทแนะนำนี้: https://developers.google.com/maps/documentation/android/start#overview เกี่ยวกับวิธีเพิ่ม Google แผนที่ลงในแอปภายใน Android SDK
ปัญหาเดียวที่ฉันดูเหมือนจะมีในช่วงนี้ (ฉันทำทุกอย่างแล้วโดยไม่มีข้อผิดพลาด):
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 และไม่มีสัญลักษณ์ @ จำนวนเต็ม / google_play_services_version
แต่ฉันยังคงได้รับข้อผิดพลาดเดิม กรุณาช่วย?