I have Xamarin Studio, and I need to specify the Android SDK Location. I have previously had Xamarin Studio working on my pc, and for some reason, I need to enter this again
I found it here C:\Users\username\AppData\Local\Android\sdk .
For Mac OS Catalina with zsh:
echo '\nexport PATH="$PATH":"$HOME/Library/Android/sdk"' >> $HOME/.zshrc
restart the terminal and woala :)
The default location for Android sdk(s) on a Mac is:
/Users/*username*/Library/Android/sdk
Update v3.3
Update:
Android Studio 3.1 update, some of the icon images have changed. Click this icon in Android Studio.
Original:
Click this icon in Android Studio for the Android SDK manager
And your Android SDK Location will be here
When you first time install Android Studio Setup, you can also see the SDK folder. For me it is:
C:\Users\{USERNAME}\AppData\Local\Android\sdk
Try to open the Android Sdk manager and the path would be displayed on the status bar.