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.
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
Add an App icon
Click on Request Build
Then your build will start deploying
Once the Status becomes Success Click on the Download button to Download the Build.
The build will be downloaded as a .aab file
The next step is to convert the .aab file into an .apk file.
Learn more…
Learn how to Publish your App to Google Play Store