Skip to content

Instantly share code, notes, and snippets.

@thejoaov
Created September 1, 2020 15:18
Show Gist options
  • Save thejoaov/ada59fc95122add6775edef75f98e046 to your computer and use it in GitHub Desktop.
Save thejoaov/ada59fc95122add6775edef75f98e046 to your computer and use it in GitHub Desktop.
brew cask install adoptopenjdk8
brew cask install android-sdk

echo "export ANDROID_HOME=/usr/local/share/android-sdk" >> ~/.bash_profile
source ~/.bash_profile

touch ~/.android/repositories.cfg
sdkmanager --update
sdkmanager "platform-tools"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment