Android Studio:找不到与com.google.gms匹配的任何版本:play-services:6.1。+

时间:2014-10-10 10:26:29

标签: android maven gradle android-studio google-play-services

我最近更新了我的android工作室,当我尝试同步我的gradle文件时,我收到以下错误:

Could not find any version that matches com.google.gms:play-services:6.1.+

我知道Android Studio附带了自己的sdk,所以我已经安装了ADT sdk并将我的项目指向了这个,但我仍然得到同样的错误,这里是我的gradle依赖项:

dependencies {
    compile 'com.android.support:appcompat-v7:20.+'
    compile 'com.path:android-priority-jobqueue:1.1.2'
    compile files('libs/Parse-1.4.2.jar')
    compile project(':ws_wrapper')
    compile project(':custom_slider_library')
    compile 'com.crashlytics.android:crashlytics:1.+'
    compile 'com.google.android.gms:play-services:6.1.+'
    compile project(':shinobicharts-android-library')
    compile files('libs/shinobicharts-android-trial-1.3.5.jar')
    compile files('libs/androidplot-core-0.6.1-SNAPSHOT.jar')
    compile files('libs/activation.jar')
    compile files('libs/additionnal.jar')
    compile files('libs/mail.jar')
    compile files('libs/universal-image-loader-1.9.2.jar')
    compile files('libs/twitter4j-core-4.0.1.jar')
}

我不确定接下来该做什么,我的sdk经理是最新的,有没有人有任何想法?由于这个问题,我暂时无法执行此操作 如果我尝试通过项目结构添加依赖项,则maven下拉列表中不提供Google Play服务。

只是在清单中添加此行@integer/google_play_services_version也会导致问题,表示无法解析符号

1 个答案:

答案 0 :(得分:6)

您的SDK实际上并不是最新的。您需要安装Google Repository的第12版;这是发布Google Play Services 6.1.11的那个。