Firebase: Failed To Resolve Error:(26, 13) Failed to resolve: com.google.firebase:firebase-core:9.0.2
Firebase: Failed To Resolve Error:(26, 13) Failed to resolve: com.google.firebase:firebase-core:9.0.2
我正在使用 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'
有什么问题,我找不到。有帮助吗?
您需要在 Extras[=17] 下的 Andriod-SDK 中更新 Google Repositorty =].
然后同步您的项目,您的项目将同步成功。
因为 Firebase 9.0.2 更新版本正在更新 Google Repo.
我正在使用 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'
有什么问题,我找不到。有帮助吗?
您需要在 Extras[=17] 下的 Andriod-SDK 中更新 Google Repositorty =]. 然后同步您的项目,您的项目将同步成功。
因为 Firebase 9.0.2 更新版本正在更新 Google Repo.