aab
AAB is an acronym that can refer to several different things depending on context. The most widely used meaning in modern software development is the Android App Bundle (AAB), a packaging format introduced by Google for distributing Android apps. The Android App Bundle uses the .aab file extension and serves as a container for an app’s compiled code, resources, and metadata organized into modules. Developers upload an AAB to Google Play, which, together with Play App Signing, generates device-specific APKs for delivery. Dynamic delivery enables the Play Store to serve only the code and resources needed for a user’s device, reducing download sizes and allowing modular feature delivery. Although developers publish an AAB to the store, Google Play ultimately handles the APK set that is installed on devices.
Beyond Android packaging, AAB carries other meanings across different domains, and its exact expansion is context-dependent.