我正在使用Firebase创建我的第一个应用程序。
我一步一步地前往add firebase in my app.
完成所有步骤后,我遇到了以下错误。
我的 build.gradle 文件:
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.google.firebase:firebase-core:9.0.2'
compile 'com.google.firebase:firebase-messaging:9.0.2'
}
apply plugin: 'com.google.gms.google-services'
我还在项目级别 build.gradle。
中添加了以下行classpath 'com.google.gms:google-services:3.0.0'
有什么问题,我无法找到。有什么帮助吗?
答案 0 :(得分:7)
您需要更新附加内容下 Andriod-SDK 中的 Google Repositorty 。
然后同步您的项目,您的项目将成功同步。
由于Firebase 9.0.2更新版本在更新后的Google Repo。