Skip to content

Instantly share code, notes, and snippets.

@vaporwavie
Created January 29, 2018 16:02
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 vaporwavie/c975a7e265f537fc31079865fe5ec5be to your computer and use it in GitHub Desktop.
Save vaporwavie/c975a7e265f537fc31079865fe5ec5be to your computer and use it in GitHub Desktop.
downloads and configures android sdk folder
cd $HOME
rm -Rf Android
wget https://dl.google.com/android/repository/tools_r25.2.3-linux.zip
unzip tools_r25.2.3-linux.zip -d Android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment