Decompile Android App Bundle (.aab) files to readable Java source code instantly
This tool decompiles Android App Bundle (.aab) files, which is the new publishing format required by Google Play. AAB files contain all your app's compiled code and resources, but defer APK generation and signing to Google Play.
Step 1: We extract the base APK from your AAB file using bundletool.
Step 2: We decompile the extracted APK using jadx to produce Java source code.
Step 3: Browse the decompiled source files or download them as a ZIP archive.
View all decompiled Java classes with syntax highlighting. Understand app logic and implementation details.
Inspect permissions, activities, services, and other app configurations in decoded XML format.
Browse layouts, strings, drawables, and other resources used by the Android application.
Files are processed securely and deleted after 30 minutes. No data is permanently stored on our servers.
Encode, decode, measure sizes, and transform common formats.