Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Studio not using Homebrew installed Android SDK #13

Open
bramus opened this issue Feb 16, 2018 · 1 comment
Open

Android Studio not using Homebrew installed Android SDK #13

bramus opened this issue Feb 16, 2018 · 1 comment

Comments

@bramus
Copy link
Owner

bramus commented Feb 16, 2018

When installing Android Studio it defaults the path of the Android SDK to ~/Library/Android/sdk/. This will result in a double installation of the Android SDK, as we've installed it via homebrew before into /usr/local/share/android-sdk (symlinked to /usr/local/Caskroom/android-sdk/…).

Ideally this should be changed automatically, as one has to change this manually now:
studio

bramus added a commit that referenced this issue Feb 16, 2018
@bramus
Copy link
Owner Author

bramus commented Jan 24, 2019

Note to self: first check if the commit in 1ad86f3 has any effect or not.

If not, try symlinking the existing installation into ~/Library/Android/sdk/.

ln -s <FULL_PATH_TO_ANDROID_SDK> <PATH_TO_ANDROID_STUDIO>/sdk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant