簡體   English   中英

由於谷歌播放服務版本,谷歌播放上傳失敗

[英]Google play upload failed because of google play service version

    Upload failed
    You uploaded an APK that uses Google Play services version 6111000. You need touse version 5100000 or lower.
Warnings
You uploaded an APK that uses Google Play services version 6111000. This will only work with Android API levels of 9 and above. It is discouraged to use this Google Play services version unless you have set the minSdkVersion in your manifest to 9 or higher.

除了將minSdk增加到9之外,如何修復此錯誤? 我使用eclipse制作apk。

只需在此處下載舊版本,然后將其導入您的項目。

別忘了從項目中刪除舊版本的引用。

現在谷歌播放將接受您的應用程序。

您正在使用今天開始推出的最新Play Service version (6.1)
僅在Android 2.3+支持新的Play Service (4.0+)

您有兩種選擇:
1-使用Play Service For Froyo (根本不推薦)
2-更新清單中的minSdkVersion9

PS:我也建議你使用Play Service 5.X而不是6.1 它今天開始推出,它需要大約兩周時間安裝在所有用戶設備上。

這個問題有兩種方法,第一種是改變目標sdk,但當然你提到的不使用。 我認為另一個是更新你的sdk和google-> google playservices->獲取google play並在你的項目中更新它。 我希望這會奏效。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM