Skip to main content

Environment Requirements

  • Android Version: Android 5.0 and above
  • Development Language: Java
  • Architecture Support: armeabi-v7a, arm64-v8a

Get Sample Source Code

Clone the GitHub repository locally, open the project in the android/demo directory using Android Studio.

Configure Application Information and Keys

Bind Application Package Name

Follow the instructions on this page to bind your Android application package name (App Package Name) in the console, for example: com.example.app

Get AppID and AppKey

Follow the instructions on this page to get your appid and appkey. Open MainActivity.java in the project and modify the appid and appkey.
licenseJson takes priority over appId + appKey. For offline download and details, see License & Auth.

Run the Project

Sync the project in Android Studio, select a running device, and run it.