Posts

Showing posts with the label visual-studio-2017

In VS2017 Android sdk is empty - no platforms or tools

Image
In VS2017 Android sdk is empty - no platforms or tools I'm developing a Xamarin.Forms iOS/Android app in VS2017. The previewer works fine in iOS but not in android. I've cleaned and rebuilt but the problem persists. I've tried to update to latest in sdk but it comes up blank? I've attached screenshots of the sdk manager window and Xamarin settings. What am I missing? That's what the 2nd picture is . . . – Jeff Bowyer Dec 5 '17 at 18:19 1 Answer 1 In Android SDKs and Tools, click on three dots in right top corner and set up Android SDK location to "C:Program Files (x86)Androidandroid-sdk". After that, it should pick up all installed modules and show them in the list. By clic...