繁体   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