All articles

Guide

APK vs AAB: Which One Do You Actually Need?

August 12, 2026 · 5 min read

Short answer: you need an AAB to publish on Google Play and an APK for everything else. Both come out of the same build, so the real question is where you plan to distribute.

Side by side

APKAAB
Full nameAndroid PackageAndroid App Bundle
Install on a device directlyYesNo
Google PlayNo longer accepted for new appsRequired since August 2021
Amazon Appstore / Samsung Galaxy StoreYesNo
Per-device optimisationOne build for all devicesPlay generates optimised APKs
Typical sizeSlightly largerSmaller download for end users

When you want the APK

  • Sideloading: share a link or QR code and let users install it directly.
  • Amazon Appstore — free account, APK upload, review in roughly 24 hours.
  • Samsung Galaxy Store — pre-installed on every Samsung device.
  • Enterprise MDM distribution for internal-only apps.
  • QA on physical devices before you publish anything.

When you want the AAB

Only Google Play consumes an AAB. You upload the bundle to the Play Console and Google generates the device-specific APKs, which is why users download less than they would with a universal APK.

Signing applies to both
Whichever format you distribute, the build must be signed — and every future update must use the same signing identity. PWAtoApp signs both artefacts with your certificate and hands it to you with the download.

Ready to ship your Android app?

Paste your PWA URL, get a signed APK and a Google Play ready AAB in minutes.

Build my app