Skip to content

Instantly share code, notes, and snippets.

@jmatsu
Created June 14, 2020 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmatsu/17a1d9aa9994f37ca1bceff53fe24783 to your computer and use it in GitHub Desktop.
Save jmatsu/17a1d9aa9994f37ca1bceff53fe24783 to your computer and use it in GitHub Desktop.
export ANDROID_HOME="$HOME/sdk"
curl -o sdk-tools.zip "https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip"
unzip "sdk-tools.zip" -d $ANDROID_HOME
$ANDROID_HOME/tools/bin/sdkmanager <package>...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment