Hi, I'm having a problem adding a map to my App. I am following the instructions from the page - https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/map. Having added the Maps package via NuGet, I get 92 errors in my project, in multiple files. I won't list them all but here's the first one and the rest are of a similar flavour.
Severity Code Description Project File Line Suppression State
Error error: package com.google.android.gms.common.api.GoogleApiClient does not exist
com.google.android.gms.common.api.GoogleApiClient.ConnectionCallbacks MobileAppTest.Android C:\Documents\work\DOTNET\MobileAppTest\MobileAppTest\MobileAppTest.Android\obj\Debug\android\src\md513074be467e0034b6ca192c1689af813\GoogleApiClientConnectionCallbacksImpl.java 8
Each error indicates some package is missing. I have checked Android SDK Manager and everything is up-to-date.
In an attempt to work out what is going wrong, I created a new App straight 'out of the box' in VS 2017 and simply added the Maps package and the errors appeared. So I'm guessing it's something in my Android setup, but have no clue as to what?
Cheers
John