问题描述
所以,谷歌已经发布了模块化的播放服务,也应该可以做这样的事情在你的文件的gradle:
编译com.google.android.gms:播放服务加:6.5 +
So Google has released modular Play Services and supposedly you can do something like this in your gradle file:compile 'com.google.android.gms:play-services-plus:6.5.+'
但我得到一个错误说:
错误:无法找到:com.google.android.gms:播放服务加:6.5 +
but I get an error saying:Error:Failed to find: com.google.android.gms:play-services-plus:6.5.+
我在Android工作室1.0(RELS。2014年12月8日)W / gradle这个最新版本。
I'm on Android Studio 1.0 (rels. 12/8/2014) w/ the latest version of gradle.
什么想法?
感谢
推荐答案
无关与 mavenCentral
,你需要确保你已经安装了最新的SDK包谷歌库和谷歌Play服务的
Has nothing to do with mavenCentral
, you need to make sure you have the latest SDK packages installed for "Google Repository" and "Google Play services"
这篇关于模块化的播放服务不工作的gradle?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!