You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Android Studio Sdk Manager uses ../Android/Sdk and places {/addons, /build-tools, /extras, ...} directly under it. This module uses $installdir/android/android-sdk-linux/ and places the above under it. Ideally there would be a config item that would allow me to place these dirs in the location used by Studio.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: