按照this指南,我正在尝试通过firebase
实施通知。
我已按照指南进行了更新build.gradle:
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:multidex:1.0.1'
compile 'com.facebook.android:facebook-android-sdk:[4,5)'
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.android.support:design:25.3.1'
compile 'com.google.firebase:firebase-crash:9.0.0'
compile 'com.google.firebase:firebase-core:9.0.0'
compile 'com.google.firebase:firebase-messaging:9.0.0'
compile 'com.google.android.gms:play-services-auth:9.0.0'
testCompile 'junit:junit:4.12'
compile('com.crashlytics.sdk.android:crashlytics:2.7.1@aar') {
transitive = true;
}
}
apply plugin: 'com.google.gms.google-services'
然而,当测试我得到错误时:
E / DynamiteModule:无法加载模块描述符类:未找到 类 “com.google.android.gms.dynamite.descriptors.com.google.firebase.auth.ModuleDescriptor”
E / FirebaseApp:Firebase API初始化失败。
我已经查看了与此问题相关的其他问题,但没有有用的解决方案。
我也尝试将依赖版本修改为最新的11.4.2,只是看到以下错误:
错误:任务':app:processDebugGoogleServices'执行失败。
请通过更新google-services插件的版本来修复版本冲突(有关最新版本的信息是 可在 https://bintray.com/android/android-tools/com.google.gms.google-services/) 或将com.google.android.gms的版本更新为9.0.0。
注释除firebase / play-services之外的所有依赖项,无法解决上述问题
答案 0 :(得分:0)
一个简单的解决方案是使用Fireabase Assistant
初始化应用程序中的Firebase
首先从您的应用程序gradle(在Android Studio 2.3.3中)删除所有firebase依赖项和apply plugin: 'com.google.gms.google-services'
,然后执行此步骤
Tools > Firebase
(On right tab) Assistant > Authentication