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 TrackActivity.kt
    Android Project overview
  4. Set your license key in the beginning of the initializeTrackFramework Method
    Android Project overview
  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