Mohit Singh
Mohit Singh

Reputation: 71

installing Xamarin on visual studio 2015

Error messageenter image description here

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

Answers (1)

Timo Salomäki
Timo Salomäki

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

Related Questions