Requirements for Android application development with Kanzi

When you are developing Kanzi applications for Android you can use Android Studio, the Clang toolchain, and the Gradle build system. This development approach is tested on:

  • Ubuntu/Linux 18.04.1

  • Windows 10

Kanzi Android framework requires Android API level 26 (Android version 8.0.0) or newer.

Kanzi application framework requires Android API level 21 (Android version 5.0) or newer.

To build and deploy Kanzi applications to Android devices using the Kanzi Android platform package, you need:

  • Android Studio 4.1.3 or newer

    You can download and install Android Studio from here.

  • 64-bit JDK 8 (1.8.0) or newer

    We recommend using the JDK that is bundled with the Android Studio installation.

To use Java Kanzi Engine plugins from Kanzi Studio, you also need:

Setting up the Android build environment

You must set up your Android build environment before you can deploy a Kanzi application to Android. To set up the build environment in Android Studio, you need an Internet connection.

To set up the build environment:

  1. In Android Studio, in the Welcome screen select Configure, and in the dropdown menu select SDK Manager.

    ../../_images/android-studio-configure.png
  2. In the SDK Manager window in the SDK Tools tab select CMake and NDK (Side by side), and click OK.

    Android Studio installs the Android NDK and CMake that you need to build and deploy Kanzi applications for Android.

    ../../_images/select-cmake-and-ndk.png
  3. In Kanzi Studio select Edit > User Preferences and in the Advanced tab click Open Build Environment Configuration.

    ../../_images/open-build-environment-configuration.png
  4. In the Build Environment Configuration window make sure these environment variables are correctly set:

    • ANDROID_HOME is set to the Android SDK path

      For example, C:\Users\<user>\AppData\Local\Android\Sdk.

    • JAVA_HOME is set to the 64-bit JDK path

      It is recommended to use the JDK which is bundled with Android Studio.

      For example, C:\Program Files\Android\Android Studio\jre.

    Additionally, for using Java Kanzi Engine plugins from Kanzi Studio:

    • PATH includes the directory containing the jvm.dll from the 64-bit JDK.

      This can be the JDK which is bundled with Android Studio.

      For example, C:\Program Files\Android\Android Studio\jre\bin\server.

      Or it can be your own OpenJDK installation.

      For example, <openjdk>\jre\bin\server.

    Click OK.

Build process

This diagram shows the process that Kanzi uses to build an Android package.