-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type androidx.collection.ArrayMapKt is defined multiple times #517
Comments
I am also having this issue when trying to build / debug a project to a android 14.0 API 34 android emulator build. I am running plugin v 11.1.4 |
Downgrading to 11.1.3 fixed the compilation issues. |
Hello,
|
@Calichi Hi, I had the same issue as you. But I need the 11.1.4 because of this issue: #465 My solution works when I installed this Nugets.
|
THIS NUGET FAILS RIGHT OUT THE BOX ON A FRESH INSTALL. |
Please follow instructions in https://github.com/thudugala/Plugin.LocalNotification/releases/tag/v11.1.4 Make sure to Add these Package Reference for android <ItemGroup Condition="$(TargetFramework.Contains('-android'))">
<PackageReference Include="Xamarin.AndroidX.Fragment.Ktx" Version="1.8.1" />
<PackageReference Include="Xamarin.AndroidX.Lifecycle.Common" Version="2.8.3" />
<PackageReference Include="Xamarin.AndroidX.Lifecycle.LiveData.Core" Version="2.8.3" />
<PackageReference Include="Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx" Version="2.8.3" />
<PackageReference Include="Xamarin.AndroidX.Lifecycle.Process" Version="2.8.3" />
<PackageReference Include="Xamarin.AndroidX.Lifecycle.Runtime" Version="2.8.3" />
<PackageReference Include="Xamarin.AndroidX.Lifecycle.Runtime.Ktx" Version="2.8.3" />
<PackageReference Include="Xamarin.AndroidX.Lifecycle.ViewModel" Version="2.8.3" />
<PackageReference Include="Xamarin.AndroidX.Lifecycle.ViewModel.Ktx" Version="2.8.3" />
<PackageReference Include="Xamarin.AndroidX.Lifecycle.ViewModelSavedState" Version="2.8.3" />
</ItemGroup> |
When debugging on a physical Android device from VSCode, I get the following exception.
Exception:
Steps to reproduce the behavior:
1. Install the package
plugin.LocalNotification_v11.1.4.
2. Start debugging the project
Additional information
I am debugging a MAUI app intended for Android on a physical mobile device with OS (Android 10).
Version 10.1.8 of the mentioned package
plugin.LocalNotification
does not produce this issue and integrates correctly.The text was updated successfully, but these errors were encountered: