Version Conflict with Xamarin.Android.Support.Compat
See original GitHub issueIn the last version (v2.4.1) I keep facing the error below. It doesn’t happen in the previous version (v2.3.2). Because of this, I’m unable to update it to the last one.
Version conflict detected for Xamarin.Android.Support.Compat. Reference the package directly from the project to resolve this issue.
{Project NameSpace} -> Xamarin.Android.Support.Design 27.0.2 -> Xamarin.Android.Support.Compat (= 27.0.2)
{Project NameSpace} -> ZXing.Net.Mobile 2.4.1 -> Xamarin.Android.Support.v4 25.4.0.1 -> Xamarin.Android.Support.Compat (= 25.4.0.1).
In the dependencies it’s noted that it needs Xamarin.Android.Support.v4 (>= 25.4.0.1) but I don’t know why it only works with the exact version and not newer.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
How to fix Xamarin/NuGet error NU1107?
"NU1107 Version conflict detected for Xamarin.Android.Support.Compat. Reference the package directly from the project to resolve this issue.
Read more >Version Conflict Detected for Xamarin.Android.Support
Both Xamarin.Forms and Xamarin.Essentials recently increased their Xamarin.Android.Support dependency to v28.0.0.3, and it might cause a weird ...
Read more >Version conflict detected for Xamarin.Android.Support. ...
Hi @omrivm to fix that you can install manually "Xamarin.Android.Support.Compat" Version 27.0.2 And "Xamarin.Android.Support.Core.Utils" Version ...
Read more >Xamarin Android Support Collection errors after updating ...
Error NU1107 Version conflict detected for Xamarin.Android.Support.Collections. Install/reference Xamarin.Android.Support.
Read more >Version conflict detected for Xamarin.Android.Support.Compat.
I tried to install the Xamarin.Android.Support.Compat 28.0.0.1 to my android project. It also ended up with another error. Severity Code Description Project ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Any updates on this issue yet? I’m also experiencing issues and need to upgrade to 28.0.0.1
I’m having the same issue updating to android 9, any chance in supporting Xamarin.Android.Support.* 28.0.0.1?