Xamarin.Forms.GoogleMaps
Xamarin.Forms.GoogleMaps copied to clipboard
Xamarin.Android.Support.Compat version conflict
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
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
you can try the pre-release version 4.0.0-BETA1 but as the name implies, it's not for production.