2
Googleの機能を使用してGmailログインシステムを作成しようとしていますが、 MarkRecorderエラー:(25,13)解決に失敗しました:com.google.android.gms:play-services-auth:9.8.0
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'**
} プラグインを適用します:私は、このエラー
Error:(25, 13) Failed to resolve: com.google.android.gms:play-services-auth:9.8.0
を持ってプロジェクトを同期するためにこれらは私が プロジェクトが行われ、編集セクションは「com.google.gms.google-サービスの
とモジュール:アプリ
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
}