Skip to content

Build & Export

This tutorial explains how to build and export a .aab file.

Before you begin

Make sure your build is successful

Before beginning to .aab your build, you need to make sure that the build is successful not only for Debug, for also for Release. Remember to test thoroughly with different types of scenarios to make sure there's no crash or bug.

Build file

Package name

Package name for files is unique and permanent, so please set package name carefully. Package names cannot be deleted or reused in the future.

Version code

When building a new AAB file, you need to set the versionCode of the new AAB file higher than the versionCode of the old AAB file to be able to update on Google Play. So, don't forget to change the versionCode before exporting new AAB files.

KeyStore of SohaGame

Sohagame will send you a Keystore, and use it to sign file.