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。
答案 0 :(得分:3)
答案 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->获取谷歌播放并在您的项目中更新它。 我希望这会奏效。