Search code examples
crashlyticsgoogle-fabric

Cant add new application to Fabric


I am trying to add Crashlytics to my new Android app. I have followed all of the instructions from this question:

How to add new application to Fabric

I created a new Organization on my Fabric profile since it is a team collaboration, and copied the API key from that into my Manifest, but the app doesnt get created. What am I doing wrong?

The app syncs fine, and I dont get any error messages when building.


Solution

  • Nevermind, I'm an idiot. I put the code

    Fabric.with(this, Crashlytics()) 
    

    in my MainActivity since the instructions stated it, but that activity is never called. It's not even added to my manifest.

    So obviously the line was never run, and the app was never added.