Skip to content

Android

This guide provides instructions for setting up data store for the Hive SDK Android.

Hive console setup

To use Hive SDK data store, you need to configure it on the Hive console. Follow the Hive Game Data Store Getting Started guide for setup.

Add the library to use

Add the external library for using Hive SDK data store to the module level build.gradle file. Below is an example of build.gradle.

dependencies {
   // DataStore
   implementation "com.com2us.android.hive:hive-datastore"
}