Android Distribution

Overview

Android distribution is the process of preparing and releasing an app to Android devices through the Google Play Store or other platforms.

Successful Android distribution ensures the app is available to users globally while adhering to performance, security, and compatibility standards.

Prerequisites

  1. The app has to be configured for the Google Store(Android).

In this guide, we’ll discuss how you can distribute your app to the android platform and directly install it on a device as an APK.

Distributing an app to be directly installed on a device as an APK

Navigate to Publish > Distribution

Click on + on Play Store to request a Build

apk1

Add an App icon

apk2

Click on Request Build

apk3

Then your build will start deploying

apk4

Once the Status becomes Success Click on the Download button to Download the Build.

apk5

The build will be downloaded as a .aab file

apk6

Learn more…​