Xamarin.Forms.GoogleMaps icon indicating copy to clipboard operation
Xamarin.Forms.GoogleMaps copied to clipboard

Xamarin.Android.Support.Compat version conflict

Open MaximMikhisor opened this issue 3 years ago • 2 comments

VERSIONS

  • Xamarin.Forms.GoogleMaps - 3.3.0
  • Xamarin.Forms - 5.0.0.2012

PLATFORMS

  • [x] Android

ERROR

Error NU1107 Version conflict detected for Xamarin.Android.Support.Compat. Install/reference Xamarin.Android.Support.Compat 26.0.2 directly to project to resolve this issue.

Xamarin.Forms.GoogleMaps 3.3.0 -> Xamarin.GooglePlayServices.Maps 60.1142.1 -> Xamarin.GooglePlayServices.Basement 60.1142.1 -> Xamarin.Android.Support.Compat (>= 26.0.2)

Xamarin.Forms.GoogleMaps 3.3.0 -> Xamarin.Android.Support.v7.AppCompat 25.1.0 -> Xamarin.Android.Support.Compat (= 25.1.0). Mobile.Droid

image

MaximMikhisor avatar Jul 01 '21 02:07 MaximMikhisor

I just had the same issue. Youl lhave to add all the needed libraries individually to Android project (about 7 back to back). After that, you will be able to add the package

innomotionmedia avatar Aug 04 '21 11:08 innomotionmedia

you can try the pre-release version 4.0.0-BETA1 but as the name implies, it's not for production.

ha-ves avatar Oct 29 '21 18:10 ha-ves