You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.
I have added Xamarin.Firebase.Crashlytics package to my project but I can't get it to build.
First I get a bunch of warnings in the AndroidX.DataStore.Core namespace:
XA4214 The managed type `AndroidX.DataStore.Core.IWriteScope` exists in multiple assemblies: Xamarin.AndroidX.DataStore.Core.Android, Xamarin.AndroidX.DataStore.Core.Jvm. Please refactor the managed type names in these assemblies so that they are not identical.
C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\34.0.95\tools\Xamarin.Android.Common.targets 1536
This is followed by a bunch of errors in the AndroidX.DataStore.Core namespace:
XA4215 The Java type `androidx.datastore.core.WriteScope` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.
C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\34.0.95\tools\Xamarin.Android.Common.targets 1536
Relevant information
This is an Android.Net project (recently upgraded from a Xamarin.Android project.
This is from a build using the Debug configuration. The Debug and Release build settings are all at the default values.
At this point, there hasn't been any code added to the project that would require this package.
Xamarin.Android Version (eg: 6.0):
Xamarin.Android SDK 13.2.2.0 (d17-5/45b0e14)
Operating System & Version (eg: Mac OSX 10.11):
Windows 11
Google Play Services Version
Not sure where to find this.
Describe your Issue
I have added Xamarin.Firebase.Crashlytics package to my project but I can't get it to build.
First I get a bunch of warnings in the AndroidX.DataStore.Core namespace:
This is followed by a bunch of errors in the AndroidX.DataStore.Core namespace:
Relevant information
Packages used in project:
Packages used in share libraries:
The text was updated successfully, but these errors were encountered: