Skip to content

Android

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

Note

Hive SDK supports various development engines (Unity, Unreal Engine, Cocos2d-x, etc.) and builds without a game engine or some other engines except mentioned above. This guide assumes that you are already familiar with how to develop, build, and release a game app using each development engine. For information on how to develop, build, and release a game app 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 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 Hive Console, complete the pre-configuration necessary to use Hive SDK.