Skip to content

Android

This guide provides instructions for setting up Game Data Store for the Hive SDK Android.

Hive Console setup

To use Hive SDK Game 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 Game 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"
}