Reputation: 1246
I can't seem to build my C# winforms application due to the following error:
Xamarin.Android for Visual Studio requires Android SDK. Please install it or set Android SDK path on Tools->Options->Xamarin->Android Settings menu.
This is an existing project (months old) which I have build many times never seeing this error. I recently got a new work computer and downloaded the solution from our SVN and got this error. I searched through all the references and there is nothing linking it to Xamarin or Android so I have no idea why this error is occurring.
Upvotes: 0
Views: 136
Reputation: 3107
Xamarin/VS will still look for SDKs because it's a global setting. You will have to download it. Thank Microsoft.
Upvotes: 1