Skip to content

Instantly share code, notes, and snippets.

@tonidy
Created June 4, 2018 06:52
Show Gist options
  • Save tonidy/483066ee605c41ca0364db209080dc18 to your computer and use it in GitHub Desktop.
Save tonidy/483066ee605c41ca0364db209080dc18 to your computer and use it in GitHub Desktop.
Install Android SDK on MacOS
# Source: https://gist.github.com/patrickhammond/4ddbe49a67e5eb1b9c03#gistcomment-2376496
# Update:
# Use Homebrew to install Android dev tools:
brew cask install android-sdk
brew cask install android-ndk
# Update your environment variables:
export ANDROID_NDK_HOME=/usr/local/share/android-ndk
export ANDROID_SDK_ROOT=/usr/local/share/android-sdk
#Install all of the Android SDK components:
sdkmanager --update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment