0PricingLogin
Jetpack Compose Academy · Lesson

Signed Release App Bundle

Build and sign an .aab for distribution.

From Debug to Release

Your debug builds run on your device, but the Play Store needs a release build: optimized, shrunk, and cryptographically signed by you.

AAB, Not APK

The Play Store wants an Android App Bundle (.aab), not an APK. Google generates device-specific APKs from it, so users download only what they need.

All lessons in this course

  1. Accessibility & Edge-to-Edge UI
  2. Baseline Profiles for Fast Startup
  3. Signed Release App Bundle
  4. Compose Multiplatform-Ready Architecture
← Back to Jetpack Compose Academy