Here are a lot of useful helpful answers, but none of them worked for me.
On my Mac, I have Android Studio and Visual Studio installed. One would hope that they would automatically search for the Android SDK in one place, but no, not necessarily.
In Android Studio, go to Tools → Android → SDK Manager. In the window that appears, record the location of the Android SDK. It should be something like
/ Users / [user] / Library / Android / SDK
Then in Visual Studio, open "Tools" → "SDK Manager". In the window that appears, the path that you should select on the left is Projects → SDK Location → Android. On the right, click on the "Locations" tab. For me, the path to the Android SDK was set somehow
/ Users / [user] / Library / Developer / Xamarin / Android-KFOR-MacOSX
I changed this to the path that Android Studio used, and this fixed the problem for me.
dstrube Nov 08 '17 at 15:09 on 2017-11-08 15:09
source share