Android – firebase crashlytics invalid key error

I want to integrate firebase crashlytics into my Android game (developed using cocos2d-x engine)

I have followed the steps mentioned in this link

The following error occurred while building the project using Android Studio:

ERROR - Crashlytics Developer Tools error.
java.lang.IllegalArgumentException: Crashlytics found an invalid API key: null. 
Check the Crashlytics plugin to make sure that the application has been added successfully! 

It seems that I missed some API keys. How can I find the crashlytics API key in firebase? How do I mention that key in the Android project?

I would appreciate any suggestions and ideas on this subject. Thank you

resolvent:

Rolling back to "com. Google. GMS: Google services: 4.0.1" in my project build. Gradle file solved the problem for me

Firebase documentation says you want to use version 4.1.0. If you follow it, it will lead to the above error

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>