我正在使用firebase for android,我在同步项目时遇到错误。
错误:(27,13)无法解决:com.google.firebase:firebase-auth:10.2.0
错误:无法解决:com.google.firebase:firebase-core:10.2.0
build.grade(根):
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.google.gms:google-services:3.0.0'
}
build.gradle(app):
dependencies {
....
compile 'com.android.support:appcompat-v7:24.2.1'
compile 'com.google.firebase:firebase-auth:10.2.0'
testCompile 'junit:junit:4.12'
}
apply plugin: 'com.google.gms.google-services'
答案 0 :(得分:11)
确保在使用firebase时安装了最新版本的google存储库。在集成firebase的过程中,我在某个项目中遇到了同样的问题,但是当我更新SDK时它已经解决了。
答案 1 :(得分:5)
安装最新版本的' Google Play服务' 和' Google Repository' 。
要安装,请按照以下步骤操作:
最后,再次同步和构建您的项目。
答案 2 :(得分:0)
尝试
compile 'com.google.firebase:firebase-auth:10.0.1'
编辑1:
我刚刚检查过Google Play服务和Android支持存储库的更新,请尝试更新,然后同步Gradle文件。然后,您应该能够使用com.google.firebase:firebase-auth:10.2.0库。
答案 3 :(得分:0)
我今天也遇到了同样的问题。我通过SDK Manager将Android支持存储库,Google Play服务和Google Repository更新到最新版本,这解决了我的问题。
答案 4 :(得分:-1)
使用此,
'compile 'com.google.firebase:firebase-crash:10.0.1' '