Skip to content

Android

This tutorial explains the setup of the Android sample project of the Track framework.

  1. Download and unzip the sample project for Android
  2. Open the Project with Android Studio
  3. Open the file MainActivity.kt
    Android files
  4. Set your license key in the value licenseKey in line 37
  5. Select run configuration app and your target device in the toolbar drop-down menus
    Android files
  6. Click Run in the toolbar

Instructions regarding the usage of the sample app can be found in this Tutorial.

Back to top