3

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.

Ajay Sharma
  • 2,881
  • 5
  • 22
  • 32

2 Answers2

3

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.

Laurel
  • 5,965
  • 14
  • 31
  • 57
Martijn00
  • 3,569
  • 3
  • 22
  • 39
  • Thanks Martijn. In previous sdk adb.exe was not downloded but now it is downloaded. So, Now it works. – Ajay Sharma Jan 08 '15 at 05:02
  • Hi, i'm a beginner on android programming, and i stuck on this problem too.. i have download the command line tools and i do not know what addins needs to install. any advice? – Ryan Arief Oct 08 '17 at 21:27
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

Afzal Ali
  • 802
  • 3
  • 9
  • 18