This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Description
Setting installdir to /home/user/Android/Sdk, puts sdk in /home//Android/Sdk/android
Android Studio 2.0 wants to find sdk in /home/user/Android/Sdk (no trailing android)
You can change the default SDK install dir in Android Studio after it comes up, but the default is
/home/user/Android/Sdk so it assumes this location.
Also, Is there a way to tell Android Studio/SDK Manager these downloads, extras, addons, ... have been installed by some tool other than it? I installed via puppet-android, and moved the android dir to Android/Sdk but Studio was not able to detect items were already installed.