-
Notifications
You must be signed in to change notification settings - Fork 688
Xamarin.Android.Crashlytics error: package io.fabric.sdk.android.services.events #594
Comments
@acaliaro can you be more specific on the error you are getting? is it the net core sdk error? |
@newky2k I have installed Crashlytics in my XF projects and I have this error. I have created with VS2017 a new XF project: I install Crashlytics and I have again the error. I have attached this last project so you can take a look. Open it, rebuild it and the error should appear |
Hello, Same with Visual Studio 2019 (16.3 preview 1). I've installed Xamarin.Firebase.Core, Xamarin.Firebase.Analitics, Xamarin.Firebase.Messaging and Xamarin.Android.Crashlytics. I've set up a firebase app and a google-services.json file in the project. Note that this occurs in a Xamarin forms app. Package 9.4.1 of Xamarin.Android.Crashlytics. Firebase packages are version stable 71 all of them. This is all the information I have. Cheers, |
@newky2k have you some news for us? Thanks |
I think it's the same as #460 |
It is, but #460 doesn't appear to have resolved the issue and was closed. I am having the exact same issue when attempting to use Xamarin.Android.Crashlytics version 2.9.4.1. The error I am receiving: Relevant Version Info:
Any news on a fix for this or workarounds? The suggestions in #460 didn't resolve the issue for me. |
I experienced the same problem and this workaround worked for me: Having Xamarin.Android.Crashlytics 2.9.4.1 installed in my Android solution, I manually installed the following dependencies :
|
@lngka I tried that exact solution and I still get the following error: I tried installing the dependencies through nuget, same error. I even tried downloading the aars from google and manually placing them in the xamarin build cache, same error. I can't seem to get it working with any xamarin android projects. |
Apart from all the packages mentioned above, installing |
@Mythikos : My problem was that another Package that I use already installed Firebase.Core package (one of the dependencies for Crashlytics) If I install Firebase.Core explicitly, Crashlytics won't compile |
@Redth can you take a look? Thanks
Alessandro
fabricerror.zip
The text was updated successfully, but these errors were encountered: