由于谷歌播放服务版本,谷歌播放上传失败

时间:2014-10-09 11:03:09

标签: android apk google-play

    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。

3 个答案:

答案 0 :(得分:3)

只需下载旧版本here,然后将其导入您的项目。

不要忘记从项目中删除旧版本的引用。

现在谷歌播放将接受您的应用。

答案 1 :(得分:2)

您正在使用今天开始推出的最新Play Service version (6.1)Play Service (4.0+)仅在Android 2.3+

上受支持

您有两种选择:
1-使用Play Service For Froyo。 (根本不推荐)
2-将清单中的minSdkVersion更新为9

PS:我还建议您使用Play Service 5.X代替6.1。它今天开始推出,它需要大约两周时间安装在所有用户设备上。

答案 2 :(得分:0)

这个问题有两种方法,第一种是改变目标sdk,但当然你提到的不使用。我认为另一个是更新你的sdk和google-> google playservices->获取谷歌播放并在您的项目中更新它。      我希望这会奏效。