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.

PropertyTypeSinceDefaultDescription
buildToolsVersionstring1.4undefinedThe version of the build tools such as aapt and dx. The setup-android tool sets this to the highest version available in the SDK.
ndkDirstring1.4undefinedThe NDK base directory, if an NDK is present.
platformstring1.4undefinedThe versioned platform name (e.g. "android-21"). The setup-android tool sets this to the highest version available in the SDK.
sdkDirstring1.4undefinedThe SDK base directory.