amay077 / Xamarin.Forms.GoogleMaps

Map library for Xamarin.Forms using Google maps API
https://www.nuget.org/packages/Xamarin.Forms.GoogleMaps/
MIT License
546 stars 347 forks source link

Xamarin.Android.Support.Compat version conflict #774

Open MaximMikhisor opened 3 years ago

MaximMikhisor commented 3 years ago

VERSIONS

PLATFORMS

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

innomotionmedia commented 3 years ago

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

ha-ves commented 2 years ago

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