使用GCM时Firebase崩溃
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用GCM时Firebase崩溃相关的知识,希望对你有一定的参考价值。
我面临一个非常奇怪的问题。我刚刚将我的播放服务依赖项从10.0.1升级到10.2.0
我现在正在使用这些:
compile 'com.google.android.gms:play-services-maps:10.2.0'
compile 'com.google.android.gms:play-services-location:10.2.0'
compile 'com.google.android.gms:play-services-gcm:10.2.0'
现在我的应用程序每次收到推送通知时都会崩溃。显示通知,然后我得到一个对话框,说我的应用程序停止工作。
崩溃日志
FATAL EXCEPTION: main
Process: com.avantcar.a2go, PID: 581
java.lang.NoSuchMethodError: No static method zzaaj()Lcom/google/firebase/iid/zzg; in class Lcom/google/firebase/iid/zzg; or its super classes (declaration of 'com.google.firebase.iid.zzg' appears in /data/app/com.avantcar.a2go-1/base.apk:classes69.dex)
at com.google.firebase.messaging.FirebaseMessagingService.zzF(Unknown Source)
at com.google.firebase.iid.zzb.onStartCommand(Unknown Source)
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3010)
at android.app.ActivityThread.-wrap17(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1442)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5417)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
由于与FCM有关的事情,它似乎崩溃了,但我还没有在我的应用程序中使用FCM。我还在使用GCM。
答案
我有同样的问题,因为我使用不同的版本进行消息传递,所以尝试在所有与firebase相关的依赖项上使用相同的版本。
另一答案
您可以查看您的Android API级别。
如Google APIs for Android - Release Notes所述,将您的Google Play服务更新为10.2将需要至少14的Android API级别。
这里有其他文章/ SO帖子也有帮助:
- Android Developers Blog
- Google Play Services Release Notes are Available for the 10.2 Update — Bye Gingerbread!
- Android Google Cloud Messaging (GCM) token generation crash after Firebase-related Google Play Services update
另一答案
使用谷歌播放服务10.2.0和相同的firebase消息为我工作。
compile 'com.google.android.gms:play-services-auth:10.2.0'
compile 'com.google.firebase:firebase-messaging:10.2.0'
另一答案
对我来说这个配置
compile 'com.google.firebase:firebase-messaging:10.0.1'
compile 'com.google.firebase:firebase-auth:10.0.0'
Android Studio 2.3.3上修复了多双工gradle编译错误。
以上是关于使用GCM时Firebase崩溃的主要内容,如果未能解决你的问题,请参考以下文章
从通知托盘按下推送通知时,Android GCM 应用程序崩溃
当我点击我的应用程序中的注册用户片段时应用程序崩溃..其中包含recyclerview