Android SDK Compiler/Platfrom
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 Compiler/Platfrom?
This package will be installed on the same path with same API number scheme regardless of the specific updates on minor/micro revision numbering.
Different versions with different API number will have their own install location so it's install path will follow Android API numbering shceme.
Upon updates, it upgrades previous installation by overriding existing installation on the same API number only.
You can install ONLY SINGLE VERSION based its specific MAJOR API NUMBER 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. - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/platform-UpsideDownCakePrivacySandbox_r03.zip -d platforms/android-UpsideDownCakePrivacySandbox && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 34.3 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/platform-34-ext7_r02.zip -d platforms/android-34 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 34.2 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/platform-34-ext10_r01.zip -d platforms/android-34-ext10 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 34x.1 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/platform-34-ext8_r01.zip -d platforms/android-34-ext8 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 34x.1 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/platform-TiramisuPrivacySandbox_r09.zip -d platforms/android-TiramisuPrivacySandbox && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 33.9 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/platform-33-ext3_r03.zip -d platforms/android-33 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 33.3 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/platform-33-ext4_r01.zip -d platforms/android-33-ext4 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 33x.1 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/platform-33-ext5_r01.zip -d platforms/android-33-ext5 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 33x.1 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/platform-32_r01.zip -d platforms/android-32 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 32.1 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/platform-31_r01.zip -d platforms/android-31 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 31.1 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/platform-30_r03.zip -d platforms/android-30 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 30.3 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/platform-29_r05.zip -d platforms/android-29 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 29.5 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/platform-28_r06.zip -d platforms/android-28 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 28.6 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/platform-27_r03.zip -d platforms/android-27 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 27.3 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/platform-26_r02.zip -d platforms/android-26 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 26.2 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/platform-25_r03.zip -d platforms/android-25 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 25.3 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/platform-24_r02.zip -d platforms/android-24 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 24.2 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/platform-23_r03.zip -d platforms/android-23 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 23.3 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/android-22_r02.zip -d platforms/android-22 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 22.2 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/android-21_r02.zip -d platforms/android-21 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 21.2 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/android-20_r02.zip -d platforms/android-20 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 20.2 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/android-19_r04.zip -d platforms/android-19 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 19.4 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/android-18_r03.zip -d platforms/android-18 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 18.3 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/android-17_r03.zip -d platforms/android-17 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 17.3 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/android-16_r05.zip -d platforms/android-16 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 16.5 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/android-15_r05.zip -d platforms/android-15 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 15.5 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/android-14_r04.zip -d platforms/android-14 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 14.4 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/android-3.2_r01.zip -d platforms/android-13 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 13.1 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/android-3.1_r03.zip -d platforms/android-12 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 12.3 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/android-3.0_r02.zip -d platforms/android-11 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 11.2 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/android-2.3.3_r02.zip -d platforms/android-10 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 10.2 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/android-2.3.1_r02.zip -d platforms/android-9 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 9.2 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/android-2.2_r03.zip -d platforms/android-8 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 8.3 on all OSes - [all OSes]
rm -rf platforms/android-UpsideDownCakePrivacySandbox && unzip path/to/android-2.1_r03.zip -d platforms/android-7 && cd platforms/android-UpsideDownCakePrivacySandbox && mv android-*/* . && rm -rf android-*
extract the package archive as-is from the root SDK directory, to install version 7.3 on all OSes - DONE! :D