Android SDK Build Tools
Last Time Checked
All the packages were last checked on:
All the packages were taken directly from the official Google's Android host.
How to install offline Android SDK Build Tools?
This package will be installed side-by-side based on the very specifc version and revision number.
Upon updates, it will be installed on its own location specific to minor/micro number so on one API level can have many specific version installed.
You can install MANY VERSIONS for this package installation.
The offline installation is done using Bash'sunzip
that is widely avaialble on Windows (with WSL), Linux and Mac.However you can use whatever unzipping/decompressing/extracting tools you like that support extracting .zip, but please pay attention carefully so that the package is installed correctly and is recognized.We use Bash'sunzip
for this purpose , respectively.
- Download the latest version of the packages available above.If it has different OSes, choose one that match your development OS.
- After finished, you can DISCONNECT any internet connections.
- Locate the downloaded .zip pacakge into accessible location, as you will need that location for installation purpose.
- Open up CLI/CMD, for Windows make sure you have WSL or Bash for Windows support.
- Now follow the steps below, it mimics CMD interface to make it easier for you:
cd $ANDROID_SDK_ROOT
First, go to the root directory of Android SDK installation. On Windows you might also type:cd %ANDROID_SDK_ROOT%
Remember! You should only proceed to the next step if only you already in the root directory of Android SDK.- Now, from rootdir of Android SDK, locate the package you've downloaded and then extract the package based on your OS.
Make sure to change the /path/to/ with absolute path that points to actual downloaded package file location on your local disk. - [windows Only]
unzip path/to/build-tools_r34-rc2-windows.zip -d build-tools/34.0.0-rc2 && cd build-tools/34.0.0-rc2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 34.0.0 on windows - [macosx Only]
unzip path/to/build-tools_r34-macosx.zip -d build-tools/34.0.0 && cd build-tools/34.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 34.0.0 on macosx - [windows Only]
unzip path/to/build-tools_r34-windows.zip -d build-tools/34.0.0 && cd build-tools/34.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 34.0.0 on windows - [linux Only]
unzip path/to/build-tools_r34-rc3-linux.zip -d build-tools/34.0.0-rc3 && cd build-tools/34.0.0-rc3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 34.0.0 on linux - [macosx Only]
unzip path/to/build-tools_r34-rc3-macosx.zip -d build-tools/34.0.0-rc3 && cd build-tools/34.0.0-rc3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 34.0.0 on macosx - [windows Only]
unzip path/to/build-tools_r34-rc3-windows.zip -d build-tools/34.0.0-rc3 && cd build-tools/34.0.0-rc3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 34.0.0 on windows - [linux Only]
unzip path/to/build-tools_r34-rc2-linux.zip -d build-tools/34.0.0-rc2 && cd build-tools/34.0.0-rc2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 34.0.0 on linux - [macosx Only]
unzip path/to/build-tools_r34-rc2-macosx.zip -d build-tools/34.0.0-rc2 && cd build-tools/34.0.0-rc2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 34.0.0 on macosx - [linux Only]
unzip path/to/build-tools_r34-linux.zip -d build-tools/34.0.0 && cd build-tools/34.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 34.0.0 on linux - [linux Only]
unzip path/to/build-tools_r34-rc1-linux.zip -d build-tools/34.0.0-rc1 && cd build-tools/34.0.0-rc1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 34.0.0 on linux - [macosx Only]
unzip path/to/build-tools_r34-rc1-macosx.zip -d build-tools/34.0.0-rc1 && cd build-tools/34.0.0-rc1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 34.0.0 on macosx - [windows Only]
unzip path/to/build-tools_r34-rc1-windows.zip -d build-tools/34.0.0-rc1 && cd build-tools/34.0.0-rc1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 34.0.0 on windows - [windows Only]
unzip path/to/build-tools_r33.0.2-windows.zip -d build-tools/33.0.2 && cd build-tools/33.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 33.0.2 on windows - [macosx Only]
unzip path/to/build-tools_r33.0.2-macosx.zip -d build-tools/33.0.2 && cd build-tools/33.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 33.0.2 on macosx - [linux Only]
unzip path/to/build-tools_r33.0.2-linux.zip -d build-tools/33.0.2 && cd build-tools/33.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 33.0.2 on linux - [linux Only]
unzip path/to/build-tools_r33.0.1-linux.zip -d build-tools/33.0.1 && cd build-tools/33.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 33.0.1 on linux - [macosx Only]
unzip path/to/build-tools_r33.0.1-macosx.zip -d build-tools/33.0.1 && cd build-tools/33.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 33.0.1 on macosx - [windows Only]
unzip path/to/build-tools_r33.0.1-windows.zip -d build-tools/33.0.1 && cd build-tools/33.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 33.0.1 on windows - [linux Only]
unzip path/to/build-tools_r33-linux.zip -d build-tools/33.0.0 && cd build-tools/33.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 33.0.0 on linux - [macosx Only]
unzip path/to/build-tools_r33-macosx.zip -d build-tools/33.0.0 && cd build-tools/33.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 33.0.0 on macosx - [windows Only]
unzip path/to/build-tools_r33-windows.zip -d build-tools/33.0.0 && cd build-tools/33.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 33.0.0 on windows - [windows Only]
unzip path/to/21014bc1a76d38d0dcb79b3b3f49f40ea5a53c10.build-tools_r32.1-rc1-windows.zip -d build-tools/32.1.0-rc1 && cd build-tools/32.1.0-rc1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 32.1.0 on windows - [linux Only]
unzip path/to/build-tools_r32.1-rc1-linux.zip -d build-tools/32.1.0-rc1 && cd build-tools/32.1.0-rc1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 32.1.0 on linux - [macosx Only]
unzip path/to/c165e9b235479731f416c7aea22d065819c7ce23.build-tools_r32.1-rc1-macosx.zip -d build-tools/32.1.0-rc1 && cd build-tools/32.1.0-rc1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 32.1.0 on macosx - [windows Only]
unzip path/to/210b77e4bc623bd4cdda4dae790048f227972bd2.build-tools_r32-windows.zip -d build-tools/32.0.0 && cd build-tools/32.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 32.0.0 on windows - [macosx Only]
unzip path/to/5219cc671e844de73762e969ace287c29d2e14cd.build-tools_r32-macosx.zip -d build-tools/32.0.0 && cd build-tools/32.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 32.0.0 on macosx - [linux Only]
unzip path/to/build-tools_r32-linux.zip -d build-tools/32.0.0 && cd build-tools/32.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 32.0.0 on linux - [windows Only]
unzip path/to/09489e417c0a266f2862ddd82b4ac29a1b7af55e.build-tools_r31-windows.zip -d build-tools/31.0.0 && cd build-tools/31.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 31.0.0 on windows - [linux Only]
unzip path/to/build-tools_r31-linux.zip -d build-tools/31.0.0 && cd build-tools/31.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 31.0.0 on linux - [macosx Only]
unzip path/to/d32e21a8aa8492ef8b86a489f601da425842b5da.build-tools_r31-macosx.zip -d build-tools/31.0.0 && cd build-tools/31.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 31.0.0 on macosx - [windows Only]
unzip path/to/91936d4ee3ccc839f0addd53c9ebf087b1e39251.build-tools_r30.0.3-windows.zip -d build-tools/30.0.3 && cd build-tools/30.0.3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 30.0.3 on windows - [linux Only]
unzip path/to/build-tools_r30.0.3-linux.zip -d build-tools/30.0.3 && cd build-tools/30.0.3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 30.0.3 on linux - [macosx Only]
unzip path/to/f6d24b187cc6bd534c6c37604205171784ac5621.build-tools_r30.0.3-macosx.zip -d build-tools/30.0.3 && cd build-tools/30.0.3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 30.0.3 on macosx - [macosx Only]
unzip path/to/5a6ceea22103d8dec989aefcef309949c0c42f1d.build-tools_r30.0.2-macosx.zip -d build-tools/30.0.2 && cd build-tools/30.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 30.0.2 on macosx - [linux Only]
unzip path/to/build-tools_r30.0.2-linux.zip -d build-tools/30.0.2 && cd build-tools/30.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 30.0.2 on linux - [windows Only]
unzip path/to/efbaa277338195608aa4e3dbd43927e97f60218c.build-tools_r30.0.2-windows.zip -d build-tools/30.0.2 && cd build-tools/30.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 30.0.2 on windows - [linux Only]
unzip path/to/build-tools_r30.0.1-linux.zip -d build-tools/30.0.1 && cd build-tools/30.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 30.0.1 on linux - [macosx Only]
unzip path/to/build-tools_r30.0.1-macosx.zip -d build-tools/30.0.1 && cd build-tools/30.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 30.0.1 on macosx - [windows Only]
unzip path/to/build-tools_r30.0.1-windows.zip -d build-tools/30.0.1 && cd build-tools/30.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 30.0.1 on windows - [linux Only]
unzip path/to/build-tools_r30-linux.zip -d build-tools/30.0.0 && cd build-tools/30.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 30.0.0 on linux - [macosx Only]
unzip path/to/build-tools_r30-macosx.zip -d build-tools/30.0.0 && cd build-tools/30.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 30.0.0 on macosx - [windows Only]
unzip path/to/build-tools_r30-windows.zip -d build-tools/30.0.0 && cd build-tools/30.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 30.0.0 on windows - [linux Only]
unzip path/to/build-tools_r29.0.3-linux.zip -d build-tools/29.0.3 && cd build-tools/29.0.3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 29.0.3 on linux - [macosx Only]
unzip path/to/build-tools_r29.0.3-macosx.zip -d build-tools/29.0.3 && cd build-tools/29.0.3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 29.0.3 on macosx - [windows Only]
unzip path/to/build-tools_r29.0.3-windows.zip -d build-tools/29.0.3 && cd build-tools/29.0.3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 29.0.3 on windows - [linux Only]
unzip path/to/build-tools_r29.0.2-linux.zip -d build-tools/29.0.2 && cd build-tools/29.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 29.0.2 on linux - [macosx Only]
unzip path/to/build-tools_r29.0.2-macosx.zip -d build-tools/29.0.2 && cd build-tools/29.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 29.0.2 on macosx - [windows Only]
unzip path/to/build-tools_r29.0.2-windows.zip -d build-tools/29.0.2 && cd build-tools/29.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 29.0.2 on windows - [linux Only]
unzip path/to/build-tools_r29.0.1-linux.zip -d build-tools/29.0.1 && cd build-tools/29.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 29.0.1 on linux - [macosx Only]
unzip path/to/build-tools_r29.0.1-macosx.zip -d build-tools/29.0.1 && cd build-tools/29.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 29.0.1 on macosx - [windows Only]
unzip path/to/build-tools_r29.0.1-windows.zip -d build-tools/29.0.1 && cd build-tools/29.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 29.0.1 on windows - [linux Only]
unzip path/to/build-tools_r29-linux.zip -d build-tools/29.0.0 && cd build-tools/29.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 29.0.0 on linux - [macosx Only]
unzip path/to/build-tools_r29-macosx.zip -d build-tools/29.0.0 && cd build-tools/29.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 29.0.0 on macosx - [windows Only]
unzip path/to/build-tools_r29-windows.zip -d build-tools/29.0.0 && cd build-tools/29.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 29.0.0 on windows - [linux Only]
unzip path/to/build-tools_r28.0.3-linux.zip -d build-tools/28.0.3 && cd build-tools/28.0.3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 28.0.3 on linux - [macosx Only]
unzip path/to/build-tools_r28.0.3-macosx.zip -d build-tools/28.0.3 && cd build-tools/28.0.3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 28.0.3 on macosx - [windows Only]
unzip path/to/build-tools_r28.0.3-windows.zip -d build-tools/28.0.3 && cd build-tools/28.0.3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 28.0.3 on windows - [linux Only]
unzip path/to/build-tools_r28.0.2-linux.zip -d build-tools/28.0.2 && cd build-tools/28.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 28.0.2 on linux - [macosx Only]
unzip path/to/build-tools_r28.0.2-macosx.zip -d build-tools/28.0.2 && cd build-tools/28.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 28.0.2 on macosx - [windows Only]
unzip path/to/build-tools_r28.0.2-windows.zip -d build-tools/28.0.2 && cd build-tools/28.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 28.0.2 on windows - [linux Only]
unzip path/to/build-tools_r28.0.1-linux.zip -d build-tools/28.0.1 && cd build-tools/28.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 28.0.1 on linux - [macosx Only]
unzip path/to/build-tools_r28.0.1-macosx.zip -d build-tools/28.0.1 && cd build-tools/28.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 28.0.1 on macosx - [windows Only]
unzip path/to/build-tools_r28.0.1-windows.zip -d build-tools/28.0.1 && cd build-tools/28.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 28.0.1 on windows - [windows Only]
unzip path/to/build-tools_r28-windows.zip -d build-tools/28.0.0 && cd build-tools/28.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 28.0.0 on windows - [macosx Only]
unzip path/to/build-tools_r28-macosx.zip -d build-tools/28.0.0 && cd build-tools/28.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 28.0.0 on macosx - [linux Only]
unzip path/to/build-tools_r28-linux.zip -d build-tools/28.0.0 && cd build-tools/28.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 28.0.0 on linux - [linux Only]
unzip path/to/build-tools_r27.0.3-linux.zip -d build-tools/27.0.3 && cd build-tools/27.0.3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 27.0.3 on linux - [macosx Only]
unzip path/to/build-tools_r27.0.3-macosx.zip -d build-tools/27.0.3 && cd build-tools/27.0.3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 27.0.3 on macosx - [windows Only]
unzip path/to/build-tools_r27.0.3-windows.zip -d build-tools/27.0.3 && cd build-tools/27.0.3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 27.0.3 on windows - [windows Only]
unzip path/to/build-tools_r27.0.2-windows.zip -d build-tools/27.0.2 && cd build-tools/27.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 27.0.2 on windows - [macosx Only]
unzip path/to/build-tools_r27.0.2-macosx.zip -d build-tools/27.0.2 && cd build-tools/27.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 27.0.2 on macosx - [linux Only]
unzip path/to/build-tools_r27.0.2-linux.zip -d build-tools/27.0.2 && cd build-tools/27.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 27.0.2 on linux - [linux Only]
unzip path/to/build-tools_r27.0.1-linux.zip -d build-tools/27.0.1 && cd build-tools/27.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 27.0.1 on linux - [macosx Only]
unzip path/to/build-tools_r27.0.1-macosx.zip -d build-tools/27.0.1 && cd build-tools/27.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 27.0.1 on macosx - [windows Only]
unzip path/to/build-tools_r27.0.1-windows.zip -d build-tools/27.0.1 && cd build-tools/27.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 27.0.1 on windows - [linux Only]
unzip path/to/build-tools_r27-linux.zip -d build-tools/27.0.0 && cd build-tools/27.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 27.0.0 on linux - [macosx Only]
unzip path/to/build-tools_r27-macosx.zip -d build-tools/27.0.0 && cd build-tools/27.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 27.0.0 on macosx - [windows Only]
unzip path/to/build-tools_r27-windows.zip -d build-tools/27.0.0 && cd build-tools/27.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 27.0.0 on windows - [linux Only]
unzip path/to/build-tools_r26.0.3-linux.zip -d build-tools/26.0.3 && cd build-tools/26.0.3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 26.0.3 on linux - [macosx Only]
unzip path/to/build-tools_r26.0.3-macosx.zip -d build-tools/26.0.3 && cd build-tools/26.0.3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 26.0.3 on macosx - [windows Only]
unzip path/to/build-tools_r26.0.3-windows.zip -d build-tools/26.0.3 && cd build-tools/26.0.3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 26.0.3 on windows - [linux Only]
unzip path/to/build-tools_r26.0.2-linux.zip -d build-tools/26.0.2 && cd build-tools/26.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 26.0.2 on linux - [macosx Only]
unzip path/to/build-tools_r26.0.2-macosx.zip -d build-tools/26.0.2 && cd build-tools/26.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 26.0.2 on macosx - [windows Only]
unzip path/to/build-tools_r26.0.2-windows.zip -d build-tools/26.0.2 && cd build-tools/26.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 26.0.2 on windows - [linux Only]
unzip path/to/build-tools_r26.0.1-linux.zip -d build-tools/26.0.1 && cd build-tools/26.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 26.0.1 on linux - [macosx Only]
unzip path/to/build-tools_r26.0.1-macosx.zip -d build-tools/26.0.1 && cd build-tools/26.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 26.0.1 on macosx - [windows Only]
unzip path/to/build-tools_r26.0.1-windows.zip -d build-tools/26.0.1 && cd build-tools/26.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 26.0.1 on windows - [linux Only]
unzip path/to/build-tools_r26-linux.zip -d build-tools/26.0.0 && cd build-tools/26.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 26.0.0 on linux - [macosx Only]
unzip path/to/build-tools_r26-macosx.zip -d build-tools/26.0.0 && cd build-tools/26.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 26.0.0 on macosx - [windows Only]
unzip path/to/build-tools_r26-windows.zip -d build-tools/26.0.0 && cd build-tools/26.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 26.0.0 on windows - [linux Only]
unzip path/to/build-tools_r25.0.3-linux.zip -d build-tools/25.0.3 && cd build-tools/25.0.3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 25.0.3 on linux - [macosx Only]
unzip path/to/build-tools_r25.0.3-macosx.zip -d build-tools/25.0.3 && cd build-tools/25.0.3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 25.0.3 on macosx - [windows Only]
unzip path/to/build-tools_r25.0.3-windows.zip -d build-tools/25.0.3 && cd build-tools/25.0.3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 25.0.3 on windows - [linux Only]
unzip path/to/build-tools_r25.0.2-linux.zip -d build-tools/25.0.2 && cd build-tools/25.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 25.0.2 on linux - [macosx Only]
unzip path/to/build-tools_r25.0.2-macosx.zip -d build-tools/25.0.2 && cd build-tools/25.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 25.0.2 on macosx - [windows Only]
unzip path/to/build-tools_r25.0.2-windows.zip -d build-tools/25.0.2 && cd build-tools/25.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 25.0.2 on windows - [linux Only]
unzip path/to/build-tools_r25.0.1-linux.zip -d build-tools/25.0.1 && cd build-tools/25.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 25.0.1 on linux - [macosx Only]
unzip path/to/build-tools_r25.0.1-macosx.zip -d build-tools/25.0.1 && cd build-tools/25.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 25.0.1 on macosx - [windows Only]
unzip path/to/build-tools_r25.0.1-windows.zip -d build-tools/25.0.1 && cd build-tools/25.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 25.0.1 on windows - [linux Only]
unzip path/to/build-tools_r25-linux.zip -d build-tools/25.0.0 && cd build-tools/25.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 25.0.0 on linux - [macosx Only]
unzip path/to/build-tools_r25-macosx.zip -d build-tools/25.0.0 && cd build-tools/25.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 25.0.0 on macosx - [windows Only]
unzip path/to/build-tools_r25-windows.zip -d build-tools/25.0.0 && cd build-tools/25.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 25.0.0 on windows - [linux Only]
unzip path/to/build-tools_r24.0.3-linux.zip -d build-tools/24.0.3 && cd build-tools/24.0.3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 24.0.3 on linux - [macosx Only]
unzip path/to/build-tools_r24.0.3-macosx.zip -d build-tools/24.0.3 && cd build-tools/24.0.3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 24.0.3 on macosx - [windows Only]
unzip path/to/build-tools_r24.0.3-windows.zip -d build-tools/24.0.3 && cd build-tools/24.0.3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 24.0.3 on windows - [linux Only]
unzip path/to/build-tools_r24.0.2-linux.zip -d build-tools/24.0.2 && cd build-tools/24.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 24.0.2 on linux - [macosx Only]
unzip path/to/build-tools_r24.0.2-macosx.zip -d build-tools/24.0.2 && cd build-tools/24.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 24.0.2 on macosx - [windows Only]
unzip path/to/build-tools_r24.0.2-windows.zip -d build-tools/24.0.2 && cd build-tools/24.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 24.0.2 on windows - [linux Only]
unzip path/to/build-tools_r24.0.1-linux.zip -d build-tools/24.0.1 && cd build-tools/24.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 24.0.1 on linux - [macosx Only]
unzip path/to/build-tools_r24.0.1-macosx.zip -d build-tools/24.0.1 && cd build-tools/24.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 24.0.1 on macosx - [windows Only]
unzip path/to/build-tools_r24.0.1-windows.zip -d build-tools/24.0.1 && cd build-tools/24.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 24.0.1 on windows - [linux Only]
unzip path/to/build-tools_r24-linux.zip -d build-tools/24.0.0 && cd build-tools/24.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 24.0.0 on linux - [macosx Only]
unzip path/to/build-tools_r24-macosx.zip -d build-tools/24.0.0 && cd build-tools/24.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 24.0.0 on macosx - [windows Only]
unzip path/to/build-tools_r24-windows.zip -d build-tools/24.0.0 && cd build-tools/24.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 24.0.0 on windows - [linux Only]
unzip path/to/build-tools_r23.0.3-linux.zip -d build-tools/23.0.3 && cd build-tools/23.0.3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 23.0.3 on linux - [macosx Only]
unzip path/to/build-tools_r23.0.3-macosx.zip -d build-tools/23.0.3 && cd build-tools/23.0.3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 23.0.3 on macosx - [windows Only]
unzip path/to/build-tools_r23.0.3-windows.zip -d build-tools/23.0.3 && cd build-tools/23.0.3 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 23.0.3 on windows - [windows Only]
unzip path/to/build-tools_r23.0.2-windows.zip -d build-tools/23.0.2 && cd build-tools/23.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 23.0.2 on windows - [macosx Only]
unzip path/to/build-tools_r23.0.2-macosx.zip -d build-tools/23.0.2 && cd build-tools/23.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 23.0.2 on macosx - [linux Only]
unzip path/to/build-tools_r23.0.2-linux.zip -d build-tools/23.0.2 && cd build-tools/23.0.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 23.0.2 on linux - [linux Only]
unzip path/to/build-tools_r23.0.1-linux.zip -d build-tools/23.0.1 && cd build-tools/23.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 23.0.1 on linux - [macosx Only]
unzip path/to/build-tools_r23.0.1-macosx.zip -d build-tools/23.0.1 && cd build-tools/23.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 23.0.1 on macosx - [windows Only]
unzip path/to/build-tools_r23.0.1-windows.zip -d build-tools/23.0.1 && cd build-tools/23.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 23.0.1 on windows - [linux Only]
unzip path/to/build-tools_r22.0.1-linux.zip -d build-tools/22.0.1 && cd build-tools/22.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 22.0.1 on linux - [macosx Only]
unzip path/to/build-tools_r22.0.1-macosx.zip -d build-tools/22.0.1 && cd build-tools/22.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 22.0.1 on macosx - [windows Only]
unzip path/to/build-tools_r22.0.1-windows.zip -d build-tools/22.0.1 && cd build-tools/22.0.1 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 22.0.1 on windows - [linux Only]
unzip path/to/build-tools_r21.1.2-linux.zip -d build-tools/21.1.2 && cd build-tools/21.1.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 21.1.2 on linux - [macosx Only]
unzip path/to/build-tools_r21.1.2-macosx.zip -d build-tools/21.1.2 && cd build-tools/21.1.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 21.1.2 on macosx - [windows Only]
unzip path/to/build-tools_r21.1.2-windows.zip -d build-tools/21.1.2 && cd build-tools/21.1.2 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 21.1.2 on windows - [linux Only]
unzip path/to/build-tools_r20-linux.zip -d build-tools/20.0.0 && cd build-tools/20.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 20.0.0 on linux - [macosx Only]
unzip path/to/build-tools_r20-macosx.zip -d build-tools/20.0.0 && cd build-tools/20.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 20.0.0 on macosx - [windows Only]
unzip path/to/build-tools_r20-windows.zip -d build-tools/20.0.0 && cd build-tools/20.0.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 20.0.0 on windows - [linux Only]
unzip path/to/build-tools_r19.1-linux.zip -d build-tools/19.1.0 && cd build-tools/19.1.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 19.1.0 on linux - [macosx Only]
unzip path/to/build-tools_r19.1-macosx.zip -d build-tools/19.1.0 && cd build-tools/19.1.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 19.1.0 on macosx - [windows Only]
unzip path/to/build-tools_r19.1-windows.zip -d build-tools/19.1.0 && cd build-tools/19.1.0 && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 19.1.0 on windows - DONE! :D