device with android lollipop crash after update to fcm

旧街凉风 提交于 2019-12-11 11:35:15

问题


recently I have updated from GCM to FCM in my android project, and after that the app start to crash on android note3 with lollipop OS

this is what found on the log

W/DynamiteModule: Local module descriptor class for com.google.android.gms.crash not found.

I/DynamiteModule: Considering local module com.google.android.gms.crash:0 and remote module com.google.android.gms.crash:215

does anyone face a problem like this and be able to solve it ?

EDIT

I am using firebase version 12.0.1

EDIT2

ext.support_version = '27.1.1'
ext.google_servcie_version = '12.0.1'
ext.firebase_version = '12.0.1'

来源:https://stackoverflow.com/questions/52353928/device-with-android-lollipop-crash-after-update-to-fcm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!