java -jar bundletool.jar build-apks --bundle=app.aab --output=app.apks --mode=universal unzip app.apks && mv universal.apk app.apk Report prepared: April 2026 Version: 1.0
For most use cases, the following command generates a universal APK ready for distribution: az2apk
1. Overview AZ2APK refers to the methodology and tooling used to convert an Android App Bundle (.aab) into a set of deployable APK (.apk) files. Since August 2021, Google Play has required all new apps to be published using the AAB format. However, many testing, sideloading, and enterprise distribution scenarios still require traditional APKs. java -jar bundletool