Skip to content

Android

This guide will guide you through the process of starting development with the Hive SDK.

Note

The Hive SDK supports various development engines (Android Native, iOS Native, Unity, Unreal Engine, etc.). This guide assumes that you are already familiar with how to develop, build, and release apps using each development engine. For information on how to develop, build, and release apps for each development engine, refer to the respective development engine's developer center and developer documentation.

Setting up the development environment

Configure the development environment required for using the latest version of the Hive SDK.

Adding java 1.8

Add the following code to the module-levelbuild.gradle file:

android {
  compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }
}

Hive console setup

After signing up for and logging in to the Hive Console, complete the pre-configuration necessary to use the Hive SDK.