My app uses a standard xamarin form map and has been working for a few years, no changes, no problems. I last released my app 6 months ago, targeting OREO. Now my clients are crashing out when trying to view the map.
In an effort to rectify the problem, I tried adding the following nuget packages to the project. \
I've removed all references to them hoping to get back to a starting point where I could at least compile and try and debug the error message regarding the map.
Now I get this when I compile:
Xamarin.GooglePlayServices.Maps
, referenced by Xamarin.Forms.Maps.Android
. Please add a NuGet package or assembly reference for Xamarin.GooglePlayServices.Maps
, or remove the reference to Xamarin.Forms.Maps.Android
I can't remove the Xamarin.Forms.Maps.Android because that is foundational. How do I get rid of the reference to Xamarin.GooglePlayServices.Maps, which I shouldn't have added to the project in the first place.
Any help much appreciated!