Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

installdir adds /android #47

Open
timrsfo opened this issue Apr 11, 2016 · 1 comment
Open

installdir adds /android #47

timrsfo opened this issue Apr 11, 2016 · 1 comment

Comments

@timrsfo
Copy link

timrsfo commented Apr 11, 2016

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.

@timrsfo
Copy link
Author

timrsfo commented Apr 11, 2016

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant