Android NDK LLDB
Last Time Checked
All the packages were last checked on:
All the packages were taken directly from the official Google's Android host.
No | Package Name | API | Version | OS | Size (MB) |
---|---|---|---|---|---|
1 | LLDB 3.1.zip↓ | 3 | 3.1.4508709 | WINDOWS | 33.97 MB |
2 | LLDB 3.1 x64.zip↓ | 3 | 3.1.4508709 | LINUX | 41.53 MB |
3 | LLDB 3.1 x64.zip↓ | 3 | 3.1.4508709 | MACOSX | 33.72 MB |
4 | LLDB 3.0 x64.zip↓ | 3 | 3.0.4213617 | MACOSX | 32.83 MB |
5 | LLDB 3.0 x64.zip↓ | 3 | 3.0.4213617 | LINUX | 40.58 MB |
6 | LLDB 3.0.zip↓ | 3 | 3.0.4213617 | WINDOWS | 33.98 MB |
7 | LLDB 2.3.zip↓ | 2 | 2.3.3614996 | WINDOWS | 37.95 MB |
8 | LLDB 2.3 x64.zip↓ | 2 | 2.3.3614996 | LINUX | 48.43 MB |
9 | LLDB 2.3 x64.zip↓ | 2 | 2.3.3614996 | MACOSX | 40.72 MB |
10 | LLDB 2.2 x64.zip↓ | 2 | 2.2.3271982 | MACOSX | 44.12 MB |
11 | LLDB 2.2 x64.zip↓ | 2 | 2.2.3271982 | LINUX | 47.62 MB |
12 | LLDB 2.2.zip↓ | 2 | 2.2.3271982 | WINDOWS | 37.14 MB |
13 | LLDB 2.1 x32.zip↓ | 2 | 2.1.2852477 | WINDOWS | 61.97 MB |
14 | LLDB 2.1 x64.zip↓ | 2 | 2.1.2852477 | LINUX | 69.78 MB |
15 | LLDB 2.1 x64.zip↓ | 2 | 2.1.2852477 | MACOSX | 68.96 MB |
16 | LLDB 2.1 x64.zip↓ | 2 | 2.1.2852477 | WINDOWS | 61.97 MB |
17 | LLDB 2.0 x64.zip↓ | 2 | 2.0.2558144 | MACOSX | 66.05 MB |
18 | LLDB 2.0 x64.zip↓ | 2 | 2.0.2558144 | LINUX | 70.26 MB |
19 | LLDB 2.0 x32.zip↓ | 2 | 2.0.2558144 | WINDOWS | 62.61 MB |
20 | LLDB 2.0 x64.zip↓ | 2 | 2.0.2558144 | WINDOWS | 62.61 MB |
How to install offline Android NDK LLDB?
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/lldb-3.1.4508709-windows.zip -d lldb/3.1 && cd lldb/3.1
extract the package archive as-is from the root SDK directory, to install version 3.1.4508709 on windows - [linux Only]
unzip path/to/lldb-3.1.4508709-linux-x86_64.zip -d lldb/3.1 && cd lldb/3.1
extract the package archive as-is from the root SDK directory, to install version 3.1.4508709 on linux - [macosx Only]
unzip path/to/lldb-3.1.4508709-darwin-x86_64.zip -d lldb/3.1 && cd lldb/3.1
extract the package archive as-is from the root SDK directory, to install version 3.1.4508709 on macosx - [macosx Only]
unzip path/to/lldb-3.0.4213617-darwin-x86_64.zip -d lldb/3.0 && cd lldb/3.1
extract the package archive as-is from the root SDK directory, to install version 3.0.4213617 on macosx - [linux Only]
unzip path/to/lldb-3.0.4213617-linux-x86_64.zip -d lldb/3.0 && cd lldb/3.1
extract the package archive as-is from the root SDK directory, to install version 3.0.4213617 on linux - [windows Only]
unzip path/to/lldb-3.0.4213617-windows.zip -d lldb/3.0 && cd lldb/3.1
extract the package archive as-is from the root SDK directory, to install version 3.0.4213617 on windows - [windows Only]
unzip path/to/lldb-2.3.3614996-windows.zip -d lldb/2.3 && cd lldb/3.1
extract the package archive as-is from the root SDK directory, to install version 2.3.3614996 on windows - [linux Only]
unzip path/to/lldb-2.3.3614996-linux-x86_64.zip -d lldb/2.3 && cd lldb/3.1
extract the package archive as-is from the root SDK directory, to install version 2.3.3614996 on linux - [macosx Only]
unzip path/to/lldb-2.3.3614996-darwin-x86_64.zip -d lldb/2.3 && cd lldb/3.1
extract the package archive as-is from the root SDK directory, to install version 2.3.3614996 on macosx - [macosx Only]
unzip path/to/lldb-2.2.3271982-darwin-x86_64.zip -d lldb/2.2 && cd lldb/3.1
extract the package archive as-is from the root SDK directory, to install version 2.2.3271982 on macosx - [linux Only]
unzip path/to/lldb-2.2.3271982-linux-x86_64.zip -d lldb/2.2 && cd lldb/3.1
extract the package archive as-is from the root SDK directory, to install version 2.2.3271982 on linux - [windows Only]
unzip path/to/lldb-2.2.3271982-windows.zip -d lldb/2.2 && cd lldb/3.1
extract the package archive as-is from the root SDK directory, to install version 2.2.3271982 on windows - [windows Only]
unzip path/to/lldb-2.1.2852477-windows-x86.zip -d lldb/2.1 && cd lldb/3.1
extract the package archive as-is from the root SDK directory, to install version 2.1.2852477 on windows - [linux Only]
unzip path/to/lldb-2.1.2852477-linux-x86_64.zip -d lldb/2.1 && cd lldb/3.1
extract the package archive as-is from the root SDK directory, to install version 2.1.2852477 on linux - [macosx Only]
unzip path/to/lldb-2.1.2852477-darwin-x86_64.zip -d lldb/2.1 && cd lldb/3.1
extract the package archive as-is from the root SDK directory, to install version 2.1.2852477 on macosx - [windows Only]
unzip path/to/lldb-2.1.2852477-windows-x86_64.zip -d lldb/2.1 && cd lldb/3.1
extract the package archive as-is from the root SDK directory, to install version 2.1.2852477 on windows - [macosx Only]
unzip path/to/lldb-2.0.2558144-darwin-x86_64.zip -d lldb/2.0 && cd lldb/3.1
extract the package archive as-is from the root SDK directory, to install version 2.0.2558144 on macosx - [linux Only]
unzip path/to/lldb-2.0.2558144-linux-x86_64.zip -d lldb/2.0 && cd lldb/3.1
extract the package archive as-is from the root SDK directory, to install version 2.0.2558144 on linux - [windows Only]
unzip path/to/lldb-2.0.2558144-windows-x86.zip -d lldb/2.0 && cd lldb/3.1
extract the package archive as-is from the root SDK directory, to install version 2.0.2558144 on windows - [windows Only]
unzip path/to/lldb-2.0.2558144-windows-x86_64.zip -d lldb/2.0 && cd lldb/3.1
extract the package archive as-is from the root SDK directory, to install version 2.0.2558144 on windows - DONE! :D