Hi, I'm trying to set up Crashlytics on Xamarin.Forms specifically for android, I've followed the steps of the readme on the NuGet package of Xamarin.Android.Crashlytics https://github.com/xamarin/XamarinComponents/blob/master/Android/Crashlytics/README.md, but it didn't work and resulted in the following error:
Unhandled Exception:
Java.Lang.RuntimeException: Unable to get provider com.crashlytics.android.CrashlyticsInitProvider: io.fabric.sdk.android.services.concurrency.UnmetDependencyException: This app relies on Crashlytics. Please sign up for access at https://fabric.io/sign_up,
install an Android build tool and ask a team member to invite you to this app's organization.
I've tried the solution stated in this answer on StackOverflow but still doesn't and I get the same error.
Anyone has successfully set up Crashlytics in Xamarin.Forms?