<meta-data
android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
我得到這個錯誤類型:錯誤:谷歌地圖API錯誤
Error: No resource found that matches the given name (at 'value' with value
'@integer/google_play_services_version').
我導入谷歌地圖服務API到項目中,我也越來越private GoogleMap map;
(GoogleMap的紅色錯誤這裏)
我的項目有谷歌的API [Android 4.4系統]庫,但我仍然撲朔迷離:(
我怎樣才能解決這個問題?
是啊rror消失了,但是GoogleMap錯誤仍然存在錯誤 – user3026894
我導入了Google API,但是當我創建私有GoogleMap googlemap時,它警告我有紅色錯誤 – user3026894
您確定該庫已導入,並且在屬性中有一個綠色的V? –