Firebase Crash Library - NullPointerException in the console

折月煮酒 提交于 2019-11-30 06:41:19

It was confirmed by Google that this was bug in the InstanceID library.

All you can do right now is to update to the latest version and hope this will be fixed.

compile 'com.google.firebase:firebase-crash:9.4.0'

Note #1

You can see in the comments that some people are still getting this error. At the moment we can't do nothing more than update to the latest version. If you've been using previous version - update to the latest. We need info from Firebase team about it.

Note #2 This seems to be fixed in 9.4.0 but we still need confirmation

Seems to be fixed in

compile 'com.google.firebase:firebase-crash:9.4.0'

This is a bug in the InstanceID library in 9.0, sorry. We've identified a fix and will include it in a future SDK release.

We believe it should be fairly rare, but please comment if you're seeing a large number of devices.

There is a new version of Google Play Services available: 9.2.1. Apparently it has the fix inside. I'll confirm it once I have enough data.

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