Skip to content

Android App

In this section, we will guide you through the building of the Android app.

  1. First you will need to change your app bundle ID to a unique one in the following files:

    android/app/build.gradle.kts

    android/app/src/main/kotlin/com/example/sngine_messenger/MainActivity.kt

    android/app/src/main/kotlin/com/example/sngine_messenger/MainActivity.kt

  2. Select the Android folder from your source code folder and open it in Android Studio.

  3. Once Android Studio is open let the Gradle build the app.

    Once Android Studio is open let the Gradle build the app.

  4. Once the Gradle build is finished, you can select from the menu Build > Generate Signed Bundle / APK....

    Once the Gradle build is finished, you can select from the menu Build > Generate Signed Bundle / APK....

    Once the Gradle build is finished, you can select from the menu Build > Generate Signed Bundle / APK....

    You will need to generate the keystore file and then you will select the AAB option.

    You will need to generate the keystore file and then you will select the AAB option.

  5. You will see the AAB file in the folder you selected to save the file.