【发布时间】:2014-08-09 15:06:39
【问题描述】:
显然不是。
我刚刚用最新的google play服务编译了一个APP,我在gradle上设置为:
compile 'com.google.android.gms:play-services:+'
但是当我打开我的APP时,有一个巨大的警告。
在 LogCat 中:
W/GooglePlayServicesUtil:Google Play 服务已过期。需要 5208000 但找到 5089070
如果我打开 google play(按 Actualizar 按钮),我可以看到我的 Google Play 服务已完全更新。
这发生在 genymotion 模拟器以及 nexus 5 设备上。
我尝试过类似的方法:
compile 'com.google.android.gms:play-services:5.2.8'
但是它抱怨:
错误:找不到 com.google.android.gms:play-services:5.2.8。 要求: :mobile:unspecified > :BaseGameUtils:unspecified
有什么建议吗?
【问题讨论】:
标签: android