如何在Eclipse中将谷歌播放服务版本更改为5100000?

时间:2014-10-08 23:46:26

标签: android eclipse google-play-services google-play

我开发了一个效果很好的Android应用程序,但是当我尝试在Google Play商店发布时,它给我一个错误,说我有谷歌播放服务版本6111000并且需要谷歌播放服务版本5100000或低。

我发现了一个类似的问题here已经有了解决方案,但它适用于Android Studio,我使用的是Eclipse。那我怎么能在Eclipse中做到这一点?

由于

1 个答案:

答案 0 :(得分:1)

Google Play服务今天刚刚完成Google Play Services 6.1的推出。您应该将Google Play Services SDK更新为新版本,然后再次尝试发布。