Create a New Android SDK
Go Up to SDK Manager
Add a New SDK | Select the Android platform. | Select Add New under Select an SDK version.
You can use the Create a New Android SDK wizard to add an Android SDK to the SDK Manager that defines the paths to the Android development tools installed on your development system. You can then use the Android SDK to build your applications for the Android target platform.
- Notes:
- Installing Android support, either during the RAD Studio installation or afterwards, configures an Android SDK automatically.
- The wizard dialogue shows location path examples for these fields.
Setting Android Development Kit (SDK) page
In this page, you provide the paths to your Android SDK, Android NDK, and JDK folders:
Item | Description | Location Path Example |
---|---|---|
Android SDK Base path
( |
The path to the Android SDK folder.
|
|
Android NDK Base path
( |
The path to the Android NDK folder.
|
|
Java installation path
( |
The path to the JDK installation folder. RAD Studio may detect this path automatically. Otherwise, you can usually find it at the location path example. |
|
Setting Android tools locations page
RAD Studio automatically detects the paths of the required tools based on the paths that you provide in the previous page. In this page you can customize the paths, or specify the paths to tools that RAD Studio could not detect.
Item | Description | Location Path Example |
---|---|---|
ZipAlign location |
The location of the ZipAlign.exe SDK tool. |
|
Android location |
The location of the Android.bat SDK tool. |
|
Adb location |
The location of the Adb.exe SDK platform tool. |
|
Aapt location |
The location of the aapt.exe SDK build tool. |
|
Java KeyTool location |
The location of the KeyTool.exe JDK tool. |
|
Java JarSigner location |
The location of the JarSigner.exe JDK tool. |
|
arm-linux-androideabi-ld.exe location |
The location of the arm-linux-androideabi-ld.exe linker. |
|
arm-linux-androideabi-strip.exe location |
The location of the arm-linux-androideabi-strip.exe executable. |
|
gdbserver location |
The location of the gdbserver. |
|
NDK API location |
The location of the API folder withing the NDK folder. |
|
Delphi NDK Library path |
The location of the Delphi NDK library folder. |
|
C++Builder NDK Library path |
The location of the C++Builder NDK library folder. |
|
SDK API-Level |
The SDK API level to use. Any version is fine. |
-- |