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

DJ-*_*DOO 2 android gradle maven google-play-services android-studio

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

Could not find any version that matches com.google.gms:play-services:6.1.+
Run Code Online (Sandbox Code Playgroud)

我知道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')
}
Run Code Online (Sandbox Code Playgroud)

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

只是@integer/google_play_services_version在清单中添加这一行也会导致一个问题,它说无法解析符号

Sco*_*rta 6

您的SDK实际上并不是最新的.您需要安装Google Repository的第12版; 这是Google Play Services 6.1.11的附件.