【发布时间】:2017-02-25 14:16:28
【问题描述】:
我正在尝试使用 Google 的功能创建 GMail 登录系统,但是当我尝试同步项目时出现此错误
Error:(25, 13) Failed to resolve: com.google.android.gms:play-services-auth:9.8.0
这些是我编辑的部分 项目:MarkRecorder
compile 'com.android.support:appcompat-v7:24.1.0'
compile 'com.google.android.gms:play-services-auth:9.8.0'
compile 'com.github.bumptech.glide:glide:3.7.0'**
} 应用插件:'com.google.gms.google-services'
和模块:应用程序
dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.google.gms:google-services:3.0.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
【问题讨论】:
标签: java android api android-studio gmail