Reputation: 71
error for installing Xamarin.Android Api Level not installed successfully.
Can any one tell me how to troubleshoot this error? Is there any way that I can install them explicitly?
Upvotes: 0
Views: 41
Reputation: 7189
You can install the missing packages via Android SDK Manager. The manager can be opened from Visual Studio's top menu: Tools
> Android
> Android SDK Manager
.
Within the manager, you can select the missing build tools and emulator images that you want to install.
Here's a good overview on the tool
Upvotes: 1