question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Version Conflict with Xamarin.Android.Support.Compat

See original GitHub issue

In 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:closed
  • Created 5 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
Slywirecommented, Oct 6, 2019

Any updates on this issue yet? I’m also experiencing issues and need to upgrade to 28.0.0.1

1reaction
xsv24commented, Jul 10, 2019

I’m having the same issue updating to android 9, any chance in supporting Xamarin.Android.Support.* 28.0.0.1?

Version conflict detected for Xamarin.Android.Support.Compat. Install/reference Xamarin.Android.Support.Compat 28.0.0.1 directly to project.

{NameSpace} -> Xamarin.Android.Support.CustomTabs 28.0.0.1 ->
Xamarin.Android.Support.Compat (= 28.0.0.1)
{NameSpace}-> ZXing.Net.Mobile 2.4.1 -> Xamarin.Android.Support.v4 25.4.0.1 > -> Xamarin.Android.Support.Compat (= 25.4.0.1)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found