我在我的應用中使用Google Maps V2,但是當我在新手機中運行它時,它總是要求更新Google Play服務。只有在手機上更新Google Play服務時,我的應用上的地圖纔會運行。 我的問題是,是否有任何方式使用地圖V2而不更新播放服務?Google地圖V2,Google Play服務更新
0
A
回答
1
您必須讓Google Play服務在您的設備上使用Google Maps V2。
Google Maps Android API v2作爲Google Play服務SDK的一部分發布。
0
根據什麼版本的谷歌Play的服務在那裏更新之前,你可以使用谷歌播放-services_lib相同(或更低)的版本。對於大多數情況來說,這不應該成爲問題,因爲APK會自動更新爲最新版本。一個例外是你必須在支持Android 2.2的設備時使用3.x版本。
0
我有同樣的問題,讓我告訴你有這個問題並沒有解決尚未
但
讓更多的Android手機地圖來看,你可以用一些較舊的谷歌編譯項目播放服務庫。
//in project's Build.gradle:
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.google.android.gms:play-services:9.0.0'
}
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.google.android.gms:play-services:8.7.3'
}
你可以看到所有播放服務版本here。
我希望它有一點幫助。
相關問題
- 1. Google Play服務v7和google地圖v2
- 2. 谷歌地圖V2/Google Play服務NoClassDefFoundError
- 3. 從Google Maps API v2更新Google Play服務中的崩潰MapView
- 4. Google Play服務 - 已更新?
- 5. Google Play API中的「Google Play服務正在更新」
- 6. 是Google Play服務的更新版GCM
- 7. Google Play服務更新錯誤
- 8. 處理Google Play服務更新消息
- 9. 爲舊應用更新Google Play服務
- 10. Unity Google Play服務
- 11. 最近有沒有通過Google Play服務發佈Google地圖?
- 12. 更新Google Play服務。除非您更新Google Play服務,否則此應用無法運行
- 13. Google Maps API V2 google-play-services_lib.jar丟失
- 14. Google地圖v2 getWidth(像素)
- 15. Google地圖v2或v3?
- 16. Google Play上的新更新
- 17. 使用新的Google Play服務
- 18. Android Studio Google地圖v2
- 19. 未顯示Google地圖V2
- 20. Google地圖API V2至V3
- 21. Google Play服務Unity3d插件
- 22. Google Play服務源代碼
- 23. Android Google Play遊戲服務
- 24. Google Play服務版本
- 25. Google Play服務+ Gradle + Eclipse
- 26. Google Play服務問題
- 27. Google Play服務庫缺失
- 28. Android Wear Google Play服務
- 29. Google Play服務庫文檔?
- 30. Xamarin Google Play服務缺失?