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 have entered the following location:
C:\Users\**username**\AppData\Local\Android\android-sdk
Xamarin Studio does not accept this location and displays the following message:
No SDK found at the specified location
This location has platform-tools and other SDK folders.
Why is this not working, and what should I do?
Try to open the Android Sdk manager and the path would be displayed on the status bar.
Have you tried to find this folder via the Windows explorer? Can it been seen? Maybe the folder is hidden (by default install - it is hidden by the Windows operating system in the users folder). Just check that you can view hidden folders in Windows explorer (by the settings in the windows control panel > appearance and personalization > folder options > show hidden files and folders.
This happened to me as the Windows OS could not find the SDK folder which was required for the Android Studio SDK path, and was resolved by showing hidden files and folders, which enabled me to complete the default SDK install path location.
The default location for Android sdk(s) on a Mac is:
/Users/*username*/Library/Android/sdk
If you can run the "sdkmanager" from the command line, then running
sdkmanager --verbose --list
will reveal the paths it checks.For example, I have installed the SDK in
c:\spool\Android
and for me running thesdkmanager --verbose --list
looks like:I found it here C:\Users\username\AppData\Local\Android\sdk .
press WIN+R and from the run dialog run dialog Execute the following: **%appdata%..\Local\Android**
You should now be presented with Folder Explorer displaying the parent directory of the SDK.