明壁幕府忍法帳 > Aptana Index > Home > Titanium SDK > Titanium SDK Getting Started > Installation and Configuration > Installing Titanium Advanced Tools > Installing the Android NDK

2017.06.06 Ver.14 (2018.12.18)

Installing the Android NDK

Contents

Compatibility and Download

The Android NDK is required to build native modules for Android, or to build the Titanium SDK from source.

The NDK is not required to build, run, or distribute apps using the Titanium SDK.

Titanium supports NDK Revision 12.

Download the appropriate NDK archive from the following site:

Installation

To install the Android NDK, simply expand the archive in the folder where you want to install it.

Icon

The path to the NDK must not contain spaces or special characters, such as a dollar sign, ampersand, etc.

After installing the NDK, define an environment variable identifying the path to the NDK. For example,
on OS X, you might add the following to your .bash_profile:

export ANDROID_NDK=~/android-ndk-r9d //path to your NDK
  • ラベルなし