# How to Download Your APK File from the Google Play Console

{% hint style="warning" %}
**Adalo Support is not able to assist in creating an APK file for your build, it must be done through the Google Developer Console.**&#x20;
{% endhint %}

### Why Doesn’t Adalo Provide APK Files Anymore?

In **August 2021**, Google officially transitioned from APKs to **AABs (Android App Bundles)** for all new apps published to the Play Store. AAB is now the **required format** for distribution on Google Play.

Here’s why Google made this change:

* **Smaller download sizes**: AABs allow Google to generate optimized APKs per device configuration.
* **Faster installs and updates** for end users.
* **More secure**: Google manages app signing and ensures the authenticity of each release.

Since Adalo builds are designed for Play Store distribution, all Android builds generated by Adalo are now AAB files, as required by Google. While these cannot be installed directly on a device, Google provides a way to generate and download APKs from your uploaded AAB.

***

### Steps to Download a Signed APK from Your Google Play Listing

Once your AAB file has been uploaded to the Play Console and published or staged for release, follow these steps to download the APK:

1. [**Go to the Google Play Console**](https://play.google.com/console/u/0/developers) and sign in.
2. From your dashboard, **select your app** from the list.
3. On the left-hand menu or dashboard, click on **“View Releases overview.”**

   <figure><img src="https://3467607506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LhGHkPsv15svPIU5I7C%2Fuploads%2FHRrxSQxWiac58MHxDDQK%2FScreenshot%202025-07-10%20at%201.38.45%E2%80%AFPM.png?alt=media&#x26;token=ad59baa1-e3c8-4caa-b386-6b993e229522" alt=""><figcaption></figcaption></figure>
4. Find the version you want under **Production**, **Testing**, or **Internal Testing**, and click the little arrow or text that says **“Release details.”**

   <figure><img src="https://3467607506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LhGHkPsv15svPIU5I7C%2Fuploads%2FOzybOpnNLLt0mrDr6CSG%2FScreenshot%202025-07-10%20at%201.38.56%E2%80%AFPM.png?alt=media&#x26;token=a5e8ae00-96ee-43fc-94c4-edf057f62c15" alt=""><figcaption></figcaption></figure>
5. Scroll down to the **“App bundles”** section in the middle of the screen.
6. Click the arrow next to your AAB file to open **bundle details**.

   <figure><img src="https://3467607506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LhGHkPsv15svPIU5I7C%2Fuploads%2F6ZyNw6wIMKOcBvfK8FE1%2FScreenshot%202025-07-10%20at%201.39.12%E2%80%AFPM.png?alt=media&#x26;token=88e857bd-baf2-47b2-8348-1b7a3d3eb495" alt=""><figcaption></figcaption></figure>
7. In the new screen, navigate to the **“Downloads”** tab.
8. You’ll see multiple files listed, including:
   * **Original App Bundle (AAB)**
   * **Signed Universal APK**
   * **Archived APK**
9. Click the download icon next to **Signed Universal APK**.

   <figure><img src="https://3467607506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LhGHkPsv15svPIU5I7C%2Fuploads%2FO0xG4Oi7QsNxei4WcI4q%2FScreenshot%202025-07-10%20at%201.39.22%E2%80%AFPM.png?alt=media&#x26;token=67352459-c9c3-47cb-a6af-5518776c83a9" alt=""><figcaption></figcaption></figure>
10. The APK file will now download to your device.
11. You can then **sideload** this APK directly onto an Android device for testing or distribution outside of Google Play.

{% hint style="info" %}
***The “Signed Universal APK” includes all configurations and is installable on most Android devices.***
{% endhint %}

## Help

If you need additional help accessing your APK file, please check out the [**Google Developer Doc | Inspect App Versions**](https://support.google.com/googleplay/android-developer/answer/9844279?hl=en)**.**&#x20;
