Module Android.sdk
The Android.sdk
module contains the properties and rules to create Android application packages from Java sources, resources and so on.
Normally, you will not use this module directly, but instead work with the AndroidApk item that Qbs provides.
Android.sdk Properties
These properties are set automatically when creating an Android profile via the setup-android
tool.
Property | Type | Since | Default | Description |
---|---|---|---|---|
buildToolsVersion | string | 1.4 | undefined | The version of the build tools such as aapt and dx. The setup-android tool sets this to the highest version available in the SDK. |
ndkDir | string | 1.4 | undefined | The NDK base directory, if an NDK is present. |
platform | string | 1.4 | undefined | The versioned platform name (e.g. "android-21"). The setup-android tool sets this to the highest version available in the SDK. |
sdkDir | string | 1.4 | undefined | The SDK base directory. |