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.

PropertyTypeDefaultDescription
buildToolsVersionstringundefinedThe version of the build tools such as aapt and dx. The setup-android tool sets this to the highest version available in the SDK.
ndkDirstringundefinedThe NDK base directory, if an NDK is present.
platformstringundefinedThe versioned platform name (e.g. "android-21"). The setup-android tool sets this to the highest version available in the SDK.
sdkDirstringundefinedThe SDK base directory.