Error: The Android SDK could not be found, please set the path to it in the Xamarin.Android SDKs settings panel. (TestAndroid)

14,439

Solution 1

Download the Android SDK from the official website. Then open the SDK manager and download the necessary addins. After that select the SDK location in the preferences of Xamarin. Make sure you have enough rights to read the folder.

Solution 2

For MAC system,

Download Android SDK from http://developer.android.com/sdk/index.html#Other

open android-sdk-macosx > tools

right click on android open with terminal to open SDK manager, install required plug-ins and you are good to go

Share:
14,439
Ajay Sharma
Author by

Ajay Sharma

public class AboutMe { public static final String Department = ".NET Department & Quality Engineer"; public static final String POSITION = "Senior Software Engineer"; public static final String Language= "C#"; public static final String WorkingTechnology = "Xamarin"; public static final String KnownTechnology = "ASP.Net / MVC / MVVM / API"; public static final bool LOVES_PROGRAMMING = true; }

Updated on June 05, 2022

Comments

  • Ajay Sharma
    Ajay Sharma about 2 years

    Error: The Android SDK could not be found, please set the path to it in the Xamarin.Android SDKs settings panel. (TestAndroid)

    Error image:

    I have selected android-sdk folder but it not works.