Step 6 - Deploy your application

Now that you have completed the project, the last step is to build your application from Kanzi Studio for Windows and Android.

Create a Windows Kanzi application

To create a Kanzi application for Windows:

  1. Select File > Export > Export as KZB Player for Windows.

    ../../_images/export-as-kzb-player-for-windows1.png
  2. Click Yes when asked whether you want Kanzi Studio to preprocess images.

  3. When Kanzi Studio creates the application, it adds the link to the application in the Status Bar, which you can find below the Library window, and the Log window. Click the link to open the directory where Kanzi Studio created your application.

    Your application is stored in the Application Player directory of your Kanzi Studio project.

    ../../_images/link-to-application.png
  4. To run the application, open the application exe file.

Create an Android Kanzi application

In this section you build and deploy the application you created in this tutorial to an Android device.

Before you start make sure that you have a working Android build environment. See Deploying Kanzi applications to Android.

To build and deploy your application to an Android device:

  1. Connect your Android device to your computer.

  2. Select File > Export > Build Android Package.

    Kanzi Studio creates an Android package from your Kanzi Studio project, deploys, and runs it on your Android device.

    ../../_images/build-android-package.png

< Previous step