-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
continuation of androidx.collection.ArrayMapKt is defined multiple times #18665 #20561
Comments
@moljac thoughts? |
This is specific from project to project. Without Explained here: |
Similar I just closed it. |
Would you be so kind and provide |
I get something similar after updating packages:
I guess |
Adding
Seems to fix the issue |
Is that all?
https://www.nuget.org/packages/Xamarin.AndroidX.AppCompat/1.6.1.7 But something else must be pulling in older version and that is the reason I asked if that is all? |
This is the full list:
Not all of them are referenced in the project. What is directly referenced is:
MAUI Essentials and MvvmCross would be pulling in some other AndroidX packages I guess |
Thanks. I will add that lists to my tests. I hope that is OK. How did you get the 1st list?
Yes. Essentials: Xamarin.AndroidX.Browser (>= 1.5.0.3) MVVMCross - most likely, but not sure. |
Feel free to use the list of deps as you like :) The first list was just what I grabbed from the csproj for the project that was failing, but only AndroidX related packages. These are the package refs I have in the MvvmCross package:
There are some more if you pull in some of the other Android related MvvmCross packages such as RecyclerView:
|
Hi @sabrigo. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
@sabrigo Does this workaround solve issue for you? Please provide feedback. Thanks |
@moljac this is working now. thank you. |
OK. Thanks. |
Description
The issue returns when added another library, this library looks is not supported yet for .net 8.0
The problem I have is, i have to upgrade my xamarin project before May 2024, but lot of issues are which blocks from moving forward.
Steps to Reproduce
Steps to Reproduce
Create a new .NET MAUI APP with .NET 8.0
Include nuget package Xamarin.GooglePlayServices.Auth, Xamarin.GooglePlayServices.Identity
Compile the solution.
Link to public reproduction project repository
No response
Version with bug
8.0.3
Is this a regression from previous behavior?
Yes, this used to work in Xamarin.Forms
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 34
Did you find any workaround?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: