Android NDK Native Development Kit Side-By-Side
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 NDK Native Development Kit Side-By-Side?
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/android-ndk-r26b-windows.zip -d ndk/26.1.10909125 && cd ndk/26.1.10909125 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 26.1.10909125 on windows - [macosx Only]
unzip path/to/android-ndk-r26b-darwin.zip -d ndk/26.1.10909125 && cd ndk/26.1.10909125 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 26.1.10909125 on macosx - [linux Only]
unzip path/to/android-ndk-r26b-linux.zip -d ndk/26.1.10909125 && cd ndk/26.1.10909125 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 26.1.10909125 on linux - [windows Only]
unzip path/to/android-ndk-r26-windows.zip -d ndk/26.0.10792818 && cd ndk/26.0.10792818 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 26.0.10792818 on windows - [macosx Only]
unzip path/to/android-ndk-r26-darwin.zip -d ndk/26.0.10792818 && cd ndk/26.0.10792818 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 26.0.10792818 on macosx - [linux Only]
unzip path/to/android-ndk-r26-linux.zip -d ndk/26.0.10792818 && cd ndk/26.0.10792818 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 26.0.10792818 on linux - [macosx Only]
unzip path/to/android-ndk-r26-rc1-darwin.zip -d ndk/26.0.10636728 && cd ndk/26.0.10636728 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 26.0.10636728 on macosx - [windows Only]
unzip path/to/android-ndk-r26-rc1-windows.zip -d ndk/26.0.10636728 && cd ndk/26.0.10636728 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 26.0.10636728 on windows - [linux Only]
unzip path/to/android-ndk-r26-rc1-linux.zip -d ndk/26.0.10636728 && cd ndk/26.0.10636728 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 26.0.10636728 on linux - [linux Only]
unzip path/to/android-ndk-r26-beta1-linux.zip -d ndk/26.0.10404224 && cd ndk/26.0.10404224 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 26.0.10404224 on linux - [macosx Only]
unzip path/to/android-ndk-r26-beta1-darwin.zip -d ndk/26.0.10404224 && cd ndk/26.0.10404224 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 26.0.10404224 on macosx - [windows Only]
unzip path/to/android-ndk-r26-beta1-windows.zip -d ndk/26.0.10404224 && cd ndk/26.0.10404224 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 26.0.10404224 on windows - [macosx Only]
unzip path/to/android-ndk-r25c-darwin.zip -d ndk/25.2.9519653 && cd ndk/25.2.9519653 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 25.2.9519653 on macosx - [windows Only]
unzip path/to/android-ndk-r25c-windows.zip -d ndk/25.2.9519653 && cd ndk/25.2.9519653 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 25.2.9519653 on windows - [linux Only]
unzip path/to/android-ndk-r25c-linux.zip -d ndk/25.2.9519653 && cd ndk/25.2.9519653 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 25.2.9519653 on linux - [macosx Only]
unzip path/to/android-ndk-r25b-darwin.zip -d ndk/25.1.8937393 && cd ndk/25.1.8937393 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 25.1.8937393 on macosx - [windows Only]
unzip path/to/android-ndk-r25b-windows.zip -d ndk/25.1.8937393 && cd ndk/25.1.8937393 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 25.1.8937393 on windows - [linux Only]
unzip path/to/android-ndk-r25b-linux.zip -d ndk/25.1.8937393 && cd ndk/25.1.8937393 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 25.1.8937393 on linux - [windows Only]
unzip path/to/android-ndk-r25-windows.zip -d ndk/25.0.8775105 && cd ndk/25.0.8775105 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 25.0.8775105 on windows - [macosx Only]
unzip path/to/android-ndk-r25-darwin.zip -d ndk/25.0.8775105 && cd ndk/25.0.8775105 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 25.0.8775105 on macosx - [linux Only]
unzip path/to/android-ndk-r25-linux.zip -d ndk/25.0.8775105 && cd ndk/25.0.8775105 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 25.0.8775105 on linux - [windows Only]
unzip path/to/android-ndk-r25-beta4-windows.zip -d ndk/25.0.8528842 && cd ndk/25.0.8528842 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 25.0.8528842 on windows - [macosx Only]
unzip path/to/android-ndk-r25-beta4-darwin.zip -d ndk/25.0.8528842 && cd ndk/25.0.8528842 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 25.0.8528842 on macosx - [linux Only]
unzip path/to/android-ndk-r25-beta4-linux.zip -d ndk/25.0.8528842 && cd ndk/25.0.8528842 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 25.0.8528842 on linux - [windows Only]
unzip path/to/android-ndk-r25-beta3-windows.zip -d ndk/25.0.8355429 && cd ndk/25.0.8355429 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 25.0.8355429 on windows - [macosx Only]
unzip path/to/android-ndk-r25-beta3-darwin.zip -d ndk/25.0.8355429 && cd ndk/25.0.8355429 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 25.0.8355429 on macosx - [linux Only]
unzip path/to/android-ndk-r25-beta3-linux.zip -d ndk/25.0.8355429 && cd ndk/25.0.8355429 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 25.0.8355429 on linux - [windows Only]
unzip path/to/android-ndk-r25-beta2-windows.zip -d ndk/25.0.8221429 && cd ndk/25.0.8221429 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 25.0.8221429 on windows - [macosx Only]
unzip path/to/android-ndk-r25-beta2-darwin.zip -d ndk/25.0.8221429 && cd ndk/25.0.8221429 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 25.0.8221429 on macosx - [linux Only]
unzip path/to/android-ndk-r25-beta2-linux.zip -d ndk/25.0.8221429 && cd ndk/25.0.8221429 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 25.0.8221429 on linux - [macosx Only]
unzip path/to/android-ndk-r25-beta1-darwin.zip -d ndk/25.0.8151533 && cd ndk/25.0.8151533 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 25.0.8151533 on macosx - [windows Only]
unzip path/to/android-ndk-r25-beta1-windows.zip -d ndk/25.0.8151533 && cd ndk/25.0.8151533 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 25.0.8151533 on windows - [linux Only]
unzip path/to/android-ndk-r25-beta1-linux.zip -d ndk/25.0.8151533 && cd ndk/25.0.8151533 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 25.0.8151533 on linux - [windows Only]
unzip path/to/android-ndk-r24-windows.zip -d ndk/24.0.8215888 && cd ndk/24.0.8215888 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 24.0.8215888 on windows - [macosx Only]
unzip path/to/android-ndk-r24-darwin.zip -d ndk/24.0.8215888 && cd ndk/24.0.8215888 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 24.0.8215888 on macosx - [linux Only]
unzip path/to/android-ndk-r24-linux.zip -d ndk/24.0.8215888 && cd ndk/24.0.8215888 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 24.0.8215888 on linux - [linux Only]
unzip path/to/android-ndk-r24-rc1-linux.zip -d ndk/24.0.8079956 && cd ndk/24.0.8079956 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 24.0.8079956 on linux - [macosx Only]
unzip path/to/android-ndk-r24-rc1-darwin.zip -d ndk/24.0.8079956 && cd ndk/24.0.8079956 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 24.0.8079956 on macosx - [windows Only]
unzip path/to/android-ndk-r24-rc1-windows.zip -d ndk/24.0.8079956 && cd ndk/24.0.8079956 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 24.0.8079956 on windows - [macosx Only]
unzip path/to/android-ndk-r24-beta2-darwin.zip -d ndk/24.0.7956693 && cd ndk/24.0.7956693 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 24.0.7956693 on macosx - [windows Only]
unzip path/to/android-ndk-r24-beta2-windows.zip -d ndk/24.0.7956693 && cd ndk/24.0.7956693 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 24.0.7956693 on windows - [linux Only]
unzip path/to/android-ndk-r24-beta2-linux.zip -d ndk/24.0.7956693 && cd ndk/24.0.7956693 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 24.0.7956693 on linux - [macosx Only]
unzip path/to/android-ndk-r24-beta1-darwin.zip -d ndk/24.0.7856742 && cd ndk/24.0.7856742 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 24.0.7856742 on macosx - [linux Only]
unzip path/to/android-ndk-r24-beta1-linux.zip -d ndk/24.0.7856742 && cd ndk/24.0.7856742 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 24.0.7856742 on linux - [windows Only]
unzip path/to/android-ndk-r24-beta1-windows.zip -d ndk/24.0.7856742 && cd ndk/24.0.7856742 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 24.0.7856742 on windows - [macosx Only]
unzip path/to/android-ndk-r23c-darwin.zip -d ndk/23.2.8568313 && cd ndk/23.2.8568313 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.2.8568313 on macosx - [windows Only]
unzip path/to/android-ndk-r23c-windows.zip -d ndk/23.2.8568313 && cd ndk/23.2.8568313 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.2.8568313 on windows - [linux Only]
unzip path/to/android-ndk-r23c-linux.zip -d ndk/23.2.8568313 && cd ndk/23.2.8568313 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.2.8568313 on linux - [windows Only]
unzip path/to/android-ndk-r23b-windows.zip -d ndk/23.1.7779620 && cd ndk/23.1.7779620 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.1.7779620 on windows - [linux Only]
unzip path/to/android-ndk-r23b-linux.zip -d ndk/23.1.7779620 && cd ndk/23.1.7779620 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.1.7779620 on linux - [macosx Only]
unzip path/to/android-ndk-r23b-darwin.zip -d ndk/23.1.7779620 && cd ndk/23.1.7779620 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.1.7779620 on macosx - [macosx Only]
unzip path/to/android-ndk-r23-darwin.zip -d ndk/23.0.7599858 && cd ndk/23.0.7599858 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.0.7599858 on macosx - [windows Only]
unzip path/to/android-ndk-r23-windows.zip -d ndk/23.0.7599858 && cd ndk/23.0.7599858 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.0.7599858 on windows - [linux Only]
unzip path/to/android-ndk-r23-linux.zip -d ndk/23.0.7599858 && cd ndk/23.0.7599858 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.0.7599858 on linux - [linux Only]
unzip path/to/android-ndk-r23-beta6-linux.zip -d ndk/23.0.7530507 && cd ndk/23.0.7530507 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.0.7530507 on linux - [windows Only]
unzip path/to/android-ndk-r23-beta6-windows.zip -d ndk/23.0.7530507 && cd ndk/23.0.7530507 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.0.7530507 on windows - [macosx Only]
unzip path/to/android-ndk-r23-beta6-darwin.zip -d ndk/23.0.7530507 && cd ndk/23.0.7530507 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.0.7530507 on macosx - [linux Only]
unzip path/to/android-ndk-r23-beta5-linux.zip -d ndk/23.0.7421159 && cd ndk/23.0.7421159 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.0.7421159 on linux - [macosx Only]
unzip path/to/android-ndk-r23-beta5-darwin.zip -d ndk/23.0.7421159 && cd ndk/23.0.7421159 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.0.7421159 on macosx - [windows Only]
unzip path/to/android-ndk-r23-beta5-windows.zip -d ndk/23.0.7421159 && cd ndk/23.0.7421159 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.0.7421159 on windows - [linux Only]
unzip path/to/android-ndk-r23-beta4-linux-x86_64.zip -d ndk/23.0.7344513 && cd ndk/23.0.7344513 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.0.7344513 on linux - [macosx Only]
unzip path/to/android-ndk-r23-beta4-darwin-x86_64.zip -d ndk/23.0.7344513 && cd ndk/23.0.7344513 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.0.7344513 on macosx - [macosx Only]
unzip path/to/android-ndk-r23-beta4-darwin-aarch64.zip -d ndk/23.0.7344513 && cd ndk/23.0.7344513 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.0.7344513 on macosx - [windows Only]
unzip path/to/android-ndk-r23-beta4-windows-x86_64.zip -d ndk/23.0.7344513 && cd ndk/23.0.7344513 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.0.7344513 on windows - [windows Only]
unzip path/to/android-ndk-r23-beta3-windows-x86_64.zip -d ndk/23.0.7272597 && cd ndk/23.0.7272597 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.0.7272597 on windows - [macosx Only]
unzip path/to/android-ndk-r23-beta3-darwin-aarch64.zip -d ndk/23.0.7272597 && cd ndk/23.0.7272597 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.0.7272597 on macosx - [linux Only]
unzip path/to/android-ndk-r23-beta3-linux-x86_64.zip -d ndk/23.0.7272597 && cd ndk/23.0.7272597 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.0.7272597 on linux - [macosx Only]
unzip path/to/android-ndk-r23-beta3-darwin-x86_64.zip -d ndk/23.0.7272597 && cd ndk/23.0.7272597 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.0.7272597 on macosx - [windows Only]
unzip path/to/android-ndk-r23-beta2-windows-x86_64.zip -d ndk/23.0.7196353 && cd ndk/23.0.7196353 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.0.7196353 on windows - [macosx Only]
unzip path/to/android-ndk-r23-beta2-darwin-aarch64.zip -d ndk/23.0.7196353 && cd ndk/23.0.7196353 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.0.7196353 on macosx - [linux Only]
unzip path/to/android-ndk-r23-beta2-linux-x86_64.zip -d ndk/23.0.7196353 && cd ndk/23.0.7196353 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.0.7196353 on linux - [macosx Only]
unzip path/to/android-ndk-r23-beta2-darwin-x86_64.zip -d ndk/23.0.7196353 && cd ndk/23.0.7196353 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.0.7196353 on macosx - [linux Only]
unzip path/to/android-ndk-r23-beta1-linux-x86_64.zip -d ndk/23.0.7123448 && cd ndk/23.0.7123448 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.0.7123448 on linux - [windows Only]
unzip path/to/android-ndk-r23-beta1-windows-x86_64.zip -d ndk/23.0.7123448 && cd ndk/23.0.7123448 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.0.7123448 on windows - [macosx Only]
unzip path/to/android-ndk-r23-beta1-darwin-aarch64.zip -d ndk/23.0.7123448 && cd ndk/23.0.7123448 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.0.7123448 on macosx - [macosx Only]
unzip path/to/android-ndk-r23-beta1-darwin-x86_64.zip -d ndk/23.0.7123448 && cd ndk/23.0.7123448 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 23.0.7123448 on macosx - [macosx Only]
unzip path/to/android-ndk-r22b-darwin-aarch64.zip -d ndk/22.1.7171670 && cd ndk/22.1.7171670 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 22.1.7171670 on macosx - [macosx Only]
unzip path/to/android-ndk-r22b-darwin-x86_64.zip -d ndk/22.1.7171670 && cd ndk/22.1.7171670 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 22.1.7171670 on macosx - [linux Only]
unzip path/to/android-ndk-r22b-linux-x86_64.zip -d ndk/22.1.7171670 && cd ndk/22.1.7171670 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 22.1.7171670 on linux - [windows Only]
unzip path/to/android-ndk-r22b-windows-x86_64.zip -d ndk/22.1.7171670 && cd ndk/22.1.7171670 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 22.1.7171670 on windows - [windows Only]
unzip path/to/android-ndk-r22-windows-x86_64.zip -d ndk/22.0.7026061 && cd ndk/22.0.7026061 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 22.0.7026061 on windows - [macosx Only]
unzip path/to/android-ndk-r22-darwin-x86_64.zip -d ndk/22.0.7026061 && cd ndk/22.0.7026061 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 22.0.7026061 on macosx - [linux Only]
unzip path/to/android-ndk-r22-linux-x86_64.zip -d ndk/22.0.7026061 && cd ndk/22.0.7026061 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 22.0.7026061 on linux - [macosx Only]
unzip path/to/android-ndk-r22-darwin-aarch64.zip -d ndk/22.0.7026061 && cd ndk/22.0.7026061 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 22.0.7026061 on macosx - [linux Only]
unzip path/to/android-ndk-r22-beta1-linux-x86_64.zip -d ndk/22.0.6917172 && cd ndk/22.0.6917172 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 22.0.6917172 on linux - [macosx Only]
unzip path/to/android-ndk-r22-beta1-darwin-aarch64.zip -d ndk/22.0.6917172 && cd ndk/22.0.6917172 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 22.0.6917172 on macosx - [macosx Only]
unzip path/to/android-ndk-r22-beta1-darwin-x86_64.zip -d ndk/22.0.6917172 && cd ndk/22.0.6917172 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 22.0.6917172 on macosx - [windows Only]
unzip path/to/android-ndk-r22-beta1-windows-x86_64.zip -d ndk/22.0.6917172 && cd ndk/22.0.6917172 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 22.0.6917172 on windows - [macosx Only]
unzip path/to/android-ndk-r21e-darwin-aarch64.zip -d ndk/21.4.7075529 && cd ndk/21.4.7075529 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.4.7075529 on macosx - [linux Only]
unzip path/to/android-ndk-r21e-linux-x86_64.zip -d ndk/21.4.7075529 && cd ndk/21.4.7075529 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.4.7075529 on linux - [macosx Only]
unzip path/to/android-ndk-r21e-darwin-x86_64.zip -d ndk/21.4.7075529 && cd ndk/21.4.7075529 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.4.7075529 on macosx - [windows Only]
unzip path/to/android-ndk-r21e-windows-x86_64.zip -d ndk/21.4.7075529 && cd ndk/21.4.7075529 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.4.7075529 on windows - [windows Only]
unzip path/to/android-ndk-r21d-windows-x86_64.zip -d ndk/21.3.6528147 && cd ndk/21.3.6528147 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.3.6528147 on windows - [macosx Only]
unzip path/to/android-ndk-r21d-darwin-x86_64.zip -d ndk/21.3.6528147 && cd ndk/21.3.6528147 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.3.6528147 on macosx - [linux Only]
unzip path/to/android-ndk-r21d-linux-x86_64.zip -d ndk/21.3.6528147 && cd ndk/21.3.6528147 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.3.6528147 on linux - [macosx Only]
unzip path/to/android-ndk-r21d-darwin-aarch64.zip -d ndk/21.3.6528147 && cd ndk/21.3.6528147 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.3.6528147 on macosx - [linux Only]
unzip path/to/android-ndk-r21c-linux-x86_64.zip -d ndk/21.2.6472646 && cd ndk/21.2.6472646 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.2.6472646 on linux - [macosx Only]
unzip path/to/android-ndk-r21c-darwin-aarch64.zip -d ndk/21.2.6472646 && cd ndk/21.2.6472646 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.2.6472646 on macosx - [macosx Only]
unzip path/to/android-ndk-r21c-darwin-x86_64.zip -d ndk/21.2.6472646 && cd ndk/21.2.6472646 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.2.6472646 on macosx - [windows Only]
unzip path/to/android-ndk-r21c-windows-x86_64.zip -d ndk/21.2.6472646 && cd ndk/21.2.6472646 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.2.6472646 on windows - [linux Only]
unzip path/to/android-ndk-r21b-beta3-linux-x86_64.zip -d ndk/21.1.6363665 && cd ndk/21.1.6363665 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.1.6363665 on linux - [macosx Only]
unzip path/to/android-ndk-r21b-beta3-darwin-x86_64.zip -d ndk/21.1.6363665 && cd ndk/21.1.6363665 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.1.6363665 on macosx - [windows Only]
unzip path/to/android-ndk-r21b-beta3-windows-x86_64.zip -d ndk/21.1.6363665 && cd ndk/21.1.6363665 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.1.6363665 on windows - [macosx Only]
unzip path/to/android-ndk-r21b-beta3-darwin-aarch64.zip -d ndk/21.1.6363665 && cd ndk/21.1.6363665 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.1.6363665 on macosx - [macosx Only]
unzip path/to/android-ndk-r21b-darwin-aarch64.zip -d ndk/21.1.6352462 && cd ndk/21.1.6352462 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.1.6352462 on macosx - [macosx Only]
unzip path/to/android-ndk-r21b-darwin-x86_64.zip -d ndk/21.1.6352462 && cd ndk/21.1.6352462 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.1.6352462 on macosx - [linux Only]
unzip path/to/android-ndk-r21b-linux-x86_64.zip -d ndk/21.1.6352462 && cd ndk/21.1.6352462 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.1.6352462 on linux - [windows Only]
unzip path/to/android-ndk-r21b-windows-x86_64.zip -d ndk/21.1.6352462 && cd ndk/21.1.6352462 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.1.6352462 on windows - [windows Only]
unzip path/to/android-ndk-r21b-beta2-windows-x86_64.zip -d ndk/21.1.6273396 && cd ndk/21.1.6273396 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.1.6273396 on windows - [macosx Only]
unzip path/to/android-ndk-r21b-beta2-darwin-aarch64.zip -d ndk/21.1.6273396 && cd ndk/21.1.6273396 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.1.6273396 on macosx - [macosx Only]
unzip path/to/android-ndk-r21b-beta2-darwin-x86_64.zip -d ndk/21.1.6273396 && cd ndk/21.1.6273396 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.1.6273396 on macosx - [linux Only]
unzip path/to/android-ndk-r21b-beta2-linux-x86_64.zip -d ndk/21.1.6273396 && cd ndk/21.1.6273396 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.1.6273396 on linux - [windows Only]
unzip path/to/android-ndk-r21b-beta1-windows-x86_64.zip -d ndk/21.1.6210238 && cd ndk/21.1.6210238 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.1.6210238 on windows - [macosx Only]
unzip path/to/android-ndk-r21b-beta1-darwin-x86_64.zip -d ndk/21.1.6210238 && cd ndk/21.1.6210238 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.1.6210238 on macosx - [linux Only]
unzip path/to/android-ndk-r21b-beta1-linux-x86_64.zip -d ndk/21.1.6210238 && cd ndk/21.1.6210238 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.1.6210238 on linux - [macosx Only]
unzip path/to/android-ndk-r21-darwin-x86_64.zip -d ndk/21.0.6113669 && cd ndk/21.0.6113669 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.0.6113669 on macosx - [windows Only]
unzip path/to/android-ndk-r21-windows-x86_64.zip -d ndk/21.0.6113669 && cd ndk/21.0.6113669 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.0.6113669 on windows - [linux Only]
unzip path/to/android-ndk-r21-linux-x86_64.zip -d ndk/21.0.6113669 && cd ndk/21.0.6113669 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.0.6113669 on linux - [windows Only]
unzip path/to/android-ndk-r21-beta2-windows-x86_64.zip -d ndk/21.0.6011959 && cd ndk/21.0.6011959 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.0.6011959 on windows - [macosx Only]
unzip path/to/android-ndk-r21-beta2-darwin-x86_64.zip -d ndk/21.0.6011959 && cd ndk/21.0.6011959 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.0.6011959 on macosx - [linux Only]
unzip path/to/android-ndk-r21-beta2-linux-x86_64.zip -d ndk/21.0.6011959 && cd ndk/21.0.6011959 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 21.0.6011959 on linux - [windows Only]
unzip path/to/android-ndk-r20b-windows-x86.zip -d ndk/20.1.5948944 && cd ndk/20.1.5948944 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 20.1.5948944 on windows - [linux Only]
unzip path/to/android-ndk-r20b-linux-x86_64.zip -d ndk/20.1.5948944 && cd ndk/20.1.5948944 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 20.1.5948944 on linux - [macosx Only]
unzip path/to/android-ndk-r20b-darwin-aarch64.zip -d ndk/20.1.5948944 && cd ndk/20.1.5948944 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 20.1.5948944 on macosx - [macosx Only]
unzip path/to/android-ndk-r20b-darwin-x86_64.zip -d ndk/20.1.5948944 && cd ndk/20.1.5948944 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 20.1.5948944 on macosx - [windows Only]
unzip path/to/android-ndk-r20b-windows-x86_64.zip -d ndk/20.1.5948944 && cd ndk/20.1.5948944 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 20.1.5948944 on windows - [linux Only]
unzip path/to/android-ndk-r20-linux-x86_64.zip -d ndk/20.0.5594570 && cd ndk/20.0.5594570 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 20.0.5594570 on linux - [windows Only]
unzip path/to/android-ndk-r20-windows-x86.zip -d ndk/20.0.5594570 && cd ndk/20.0.5594570 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 20.0.5594570 on windows - [windows Only]
unzip path/to/android-ndk-r20-windows-x86_64.zip -d ndk/20.0.5594570 && cd ndk/20.0.5594570 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 20.0.5594570 on windows - [macosx Only]
unzip path/to/android-ndk-r20-darwin-aarch64.zip -d ndk/20.0.5594570 && cd ndk/20.0.5594570 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 20.0.5594570 on macosx - [macosx Only]
unzip path/to/android-ndk-r20-darwin-x86_64.zip -d ndk/20.0.5594570 && cd ndk/20.0.5594570 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 20.0.5594570 on macosx - [macosx Only]
unzip path/to/android-ndk-r19c-darwin-x86_64.zip -d ndk/19.2.5345600 && cd ndk/19.2.5345600 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 19.2.5345600 on macosx - [linux Only]
unzip path/to/android-ndk-r19c-linux-x86_64.zip -d ndk/19.2.5345600 && cd ndk/19.2.5345600 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 19.2.5345600 on linux - [windows Only]
unzip path/to/android-ndk-r19c-windows-x86.zip -d ndk/19.2.5345600 && cd ndk/19.2.5345600 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 19.2.5345600 on windows - [macosx Only]
unzip path/to/android-ndk-r19c-darwin-aarch64.zip -d ndk/19.2.5345600 && cd ndk/19.2.5345600 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 19.2.5345600 on macosx - [windows Only]
unzip path/to/android-ndk-r19c-windows-x86_64.zip -d ndk/19.2.5345600 && cd ndk/19.2.5345600 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 19.2.5345600 on windows - [linux Only]
unzip path/to/android-ndk-r18b-linux-x86_64.zip -d ndk/18.1.5063045 && cd ndk/18.1.5063045 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 18.1.5063045 on linux - [macosx Only]
unzip path/to/android-ndk-r18b-darwin-aarch64.zip -d ndk/18.1.5063045 && cd ndk/18.1.5063045 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 18.1.5063045 on macosx - [macosx Only]
unzip path/to/android-ndk-r18b-darwin-x86_64.zip -d ndk/18.1.5063045 && cd ndk/18.1.5063045 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 18.1.5063045 on macosx - [windows Only]
unzip path/to/android-ndk-r18b-windows-x86_64.zip -d ndk/18.1.5063045 && cd ndk/18.1.5063045 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 18.1.5063045 on windows - [windows Only]
unzip path/to/android-ndk-r18b-windows-x86.zip -d ndk/18.1.5063045 && cd ndk/18.1.5063045 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 18.1.5063045 on windows - [windows Only]
unzip path/to/android-ndk-r17c-windows-x86_64.zip -d ndk/17.2.4988734 && cd ndk/17.2.4988734 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 17.2.4988734 on windows - [windows Only]
unzip path/to/android-ndk-r17c-windows-x86.zip -d ndk/17.2.4988734 && cd ndk/17.2.4988734 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 17.2.4988734 on windows - [linux Only]
unzip path/to/android-ndk-r17c-linux-x86_64.zip -d ndk/17.2.4988734 && cd ndk/17.2.4988734 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 17.2.4988734 on linux - [macosx Only]
unzip path/to/android-ndk-r17c-darwin-x86_64.zip -d ndk/17.2.4988734 && cd ndk/17.2.4988734 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 17.2.4988734 on macosx - [macosx Only]
unzip path/to/android-ndk-r17c-darwin-aarch64.zip -d ndk/17.2.4988734 && cd ndk/17.2.4988734 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 17.2.4988734 on macosx - [macosx Only]
unzip path/to/android-ndk-r16b-darwin-x86_64.zip -d ndk/16.1.4479499 && cd ndk/16.1.4479499 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 16.1.4479499 on macosx - [macosx Only]
unzip path/to/android-ndk-r16b-darwin-aarch64.zip -d ndk/16.1.4479499 && cd ndk/16.1.4479499 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 16.1.4479499 on macosx - [windows Only]
unzip path/to/android-ndk-r16b-windows-x86_64.zip -d ndk/16.1.4479499 && cd ndk/16.1.4479499 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 16.1.4479499 on windows - [linux Only]
unzip path/to/android-ndk-r16b-linux-x86_64.zip -d ndk/16.1.4479499 && cd ndk/16.1.4479499 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 16.1.4479499 on linux - [windows Only]
unzip path/to/android-ndk-r16b-windows-x86.zip -d ndk/16.1.4479499 && cd ndk/16.1.4479499 && mv android-ndk-*/* . && rm -rf android-ndk-*
extract the package archive as-is from the root SDK directory, to install version 16.1.4479499 on windows - DONE! :D