I want to integrate Firebase Crashlytics into my Android game (developed using Cocos2D-X engine).
I have followed the steps mentioned in this link.
I'm getting following error when 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 looks like that I am missing some API key. How can I find the Crashlytics API key in Firebase? How to mention that key in the Android project?
I would appreciate any suggestions and thought on this topic. Thank you.