Skip to content

Instantly share code, notes, and snippets.

@tkhduracell
Last active August 29, 2015 14:12
Show Gist options
  • Save tkhduracell/1094d6c2c16e096f2ea0 to your computer and use it in GitHub Desktop.
Save tkhduracell/1094d6c2c16e096f2ea0 to your computer and use it in GitHub Desktop.
Android on unix
wget http://dl.google.com/android/android-sdk_r24.0.2-linux.tgz
tar -xf android-sdk_r24.0.2-linux.tgz
rm android-sdk_r24.0.2-linux.tgz
cd android-sdk-linux
( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk --no-ui --filter platform-tool,extra-android-support,android-21,sysimg-21,build-tools-21.1.2
android update sdk --no-ui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment