Android NDK LLDB Direct Download

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.

All Android NDK LLDB by API,Version and OSes
NoPackage NameAPIVersionOSSize (MB)
1LLDB 3.1.zip33.1.4508709WINDOWS33.97 MB
2LLDB 3.1 x64.zip33.1.4508709LINUX41.53 MB
3LLDB 3.1 x64.zip33.1.4508709MACOSX33.72 MB
4LLDB 3.0 x64.zip33.0.4213617MACOSX32.83 MB
5LLDB 3.0 x64.zip33.0.4213617LINUX40.58 MB
6LLDB 3.0.zip33.0.4213617WINDOWS33.98 MB
7LLDB 2.3.zip22.3.3614996WINDOWS37.95 MB
8LLDB 2.3 x64.zip22.3.3614996LINUX48.43 MB
9LLDB 2.3 x64.zip22.3.3614996MACOSX40.72 MB
10LLDB 2.2 x64.zip22.2.3271982MACOSX44.12 MB
11LLDB 2.2 x64.zip22.2.3271982LINUX47.62 MB
12LLDB 2.2.zip22.2.3271982WINDOWS37.14 MB
13LLDB 2.1 x32.zip22.1.2852477WINDOWS61.97 MB
14LLDB 2.1 x64.zip22.1.2852477LINUX69.78 MB
15LLDB 2.1 x64.zip22.1.2852477MACOSX68.96 MB
16LLDB 2.1 x64.zip22.1.2852477WINDOWS61.97 MB
17LLDB 2.0 x64.zip22.0.2558144MACOSX66.05 MB
18LLDB 2.0 x64.zip22.0.2558144LINUX70.26 MB
19LLDB 2.0 x32.zip22.0.2558144WINDOWS62.61 MB
20LLDB 2.0 x64.zip22.0.2558144WINDOWS62.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's unzip 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's unzip 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:

X
CMD Install Android NDK LLDB manually
@usr~
cd $ANDROID_SDK_ROOT1
@usr$ANDROID/SDK/ROOT
unzip path/to/lldb-3.1.4508709-windows.zip -d lldb/3.1 && cd lldb/3.1(2.A windows)
@usr$ANDROID/SDK/ROOT
unzip path/to/lldb-3.1.4508709-linux-x86_64.zip -d lldb/3.1 && cd lldb/3.1(2.B linux)
@usr$ANDROID/SDK/ROOT
unzip path/to/lldb-3.1.4508709-darwin-x86_64.zip -d lldb/3.1 && cd lldb/3.1(2.C macosx)
@usr$ANDROID/SDK/ROOT
unzip path/to/lldb-3.0.4213617-darwin-x86_64.zip -d lldb/3.0 && cd lldb/3.1(2.D macosx)
@usr$ANDROID/SDK/ROOT
unzip path/to/lldb-3.0.4213617-linux-x86_64.zip -d lldb/3.0 && cd lldb/3.1(2.E linux)
@usr$ANDROID/SDK/ROOT
unzip path/to/lldb-3.0.4213617-windows.zip -d lldb/3.0 && cd lldb/3.1(2.F windows)
@usr$ANDROID/SDK/ROOT
unzip path/to/lldb-2.3.3614996-windows.zip -d lldb/2.3 && cd lldb/3.1(2.G windows)
@usr$ANDROID/SDK/ROOT
unzip path/to/lldb-2.3.3614996-linux-x86_64.zip -d lldb/2.3 && cd lldb/3.1(2.H linux)
@usr$ANDROID/SDK/ROOT
unzip path/to/lldb-2.3.3614996-darwin-x86_64.zip -d lldb/2.3 && cd lldb/3.1(2.I macosx)
@usr$ANDROID/SDK/ROOT
unzip path/to/lldb-2.2.3271982-darwin-x86_64.zip -d lldb/2.2 && cd lldb/3.1(2.J macosx)
@usr$ANDROID/SDK/ROOT
unzip path/to/lldb-2.2.3271982-linux-x86_64.zip -d lldb/2.2 && cd lldb/3.1(2.K linux)
@usr$ANDROID/SDK/ROOT
unzip path/to/lldb-2.2.3271982-windows.zip -d lldb/2.2 && cd lldb/3.1(2.L windows)
@usr$ANDROID/SDK/ROOT
unzip path/to/lldb-2.1.2852477-windows-x86.zip -d lldb/2.1 && cd lldb/3.1(2.M windows)
@usr$ANDROID/SDK/ROOT
unzip path/to/lldb-2.1.2852477-linux-x86_64.zip -d lldb/2.1 && cd lldb/3.1(2.N linux)
@usr$ANDROID/SDK/ROOT
unzip path/to/lldb-2.1.2852477-darwin-x86_64.zip -d lldb/2.1 && cd lldb/3.1(2.O macosx)
@usr$ANDROID/SDK/ROOT
unzip path/to/lldb-2.1.2852477-windows-x86_64.zip -d lldb/2.1 && cd lldb/3.1(2.P windows)
@usr$ANDROID/SDK/ROOT
unzip path/to/lldb-2.0.2558144-darwin-x86_64.zip -d lldb/2.0 && cd lldb/3.1(2.Q macosx)
@usr$ANDROID/SDK/ROOT
unzip path/to/lldb-2.0.2558144-linux-x86_64.zip -d lldb/2.0 && cd lldb/3.1(2.R linux)
@usr$ANDROID/SDK/ROOT
unzip path/to/lldb-2.0.2558144-windows-x86.zip -d lldb/2.0 && cd lldb/3.1(2.S windows)
@usr$ANDROID/SDK/ROOT
unzip path/to/lldb-2.0.2558144-windows-x86_64.zip -d lldb/2.0 && cd lldb/3.1(2.T windows)

  1. 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.
  2. 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.
    1. [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
    2. [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
    3. [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
    4. [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
    5. [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
    6. [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
    7. [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
    8. [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
    9. [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
    10. [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
    11. [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
    12. [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
    13. [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
    14. [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
    15. [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
    16. [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
    17. [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
    18. [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
    19. [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
    20. [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
  3. DONE! :D