AAB Decompiler Online - Decompile Android App Bundle to Java Source

📦 AAB Decompiler Online

Decompile Android App Bundle (.aab) files to readable Java source code instantly

✓ 100% Free ✓ AAB Support ✓ Up to 100MB ✓ Download as ZIP
📦
Drop your .aab file here
or click to browse (max 100MB)
📄 Selected:
Uploading...
⚠ Error
📁 Decompiled AAB Contents
Select a file to view
👈 Select a file from the tree to view its contents

About AAB Decompiler

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.

How It Works

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.

💻

Java Source Code

View all decompiled Java classes with syntax highlighting. Understand app logic and implementation details.

📄

AndroidManifest.xml

Inspect permissions, activities, services, and other app configurations in decoded XML format.

🎨

Resources & Assets

Browse layouts, strings, drawables, and other resources used by the Android application.

🔒

Security

Files are processed securely and deleted after 30 minutes. No data is permanently stored on our servers.

Encoding and Data Utilities

Encode, decode, measure sizes, and transform common formats.

Search Tutorials