You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to natichisub
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