From installation to your first AAB install, this guide walks you through everything you need to know to start using ADB Pro.
Follow these steps to install, configure, and start using ADB Pro with your Android projects.
Open your JetBrains IDE and go to Settings > Plugins > Marketplace. Search for "ADB Pro" and click Install. Restart your IDE when prompted. ADB Pro is also available directly from plugins.jetbrains.com.
A 30-day free trial starts automatically on first launch — no credit card required. For paid licenses, go to Settings > Tools > ADB Pro > License. JetBrains handles all license validation through their marketplace infrastructure.
Open any Android project in IntelliJ IDEA or Android Studio. ADB Pro auto-detects your Gradle configuration, signing configs, and build variants. The "ADB Pro" tool window appears in the right sidebar of your IDE.
Run ./gradlew bundleRelease in the terminal. Open the AAB Tools tab in the ADB Pro tool window. Click "Quick Install AAB" or select the detected .aab file. Choose a connected device from the dropdown. Done — your app bundle is installed!
Each tab in the ADB Pro tool window is a self-contained tool. For the fastest setup, try Quick Setup — it analyzes your project and configures dependencies, R8 obfuscation rules, resource guarding, build performance optimizations, and CI/CD pipelines in a single click. Or explore individual tools: R8 Assistant for intelligent obfuscation rules, Release Readiness for pre-release checks, Bundle Inspector for size analysis, Lint Tools for code quality, and more. Every feature is designed to work independently — use what you need, when you need it.
Follow this workflow for a smooth, confidence-inspiring release cycle.
Common questions about getting started with ADB Pro.
ADB Pro supports IntelliJ IDEA 2022.3+ and Android Studio Giraffe+. Both Community and Ultimate editions of IntelliJ IDEA are supported.
Yes, both Groovy (build.gradle) and Kotlin DSL (build.gradle.kts) are fully supported. ADB Pro automatically detects and parses both formats.
No. ADB Pro downloads and manages bundletool automatically. You don't need to install any external tools — everything is handled within the plugin.
All settings are stored locally via IntelliJ's persistence framework. Sensitive data such as passwords and signing keys are stored using the OS credential store (Keychain on macOS, Credential Manager on Windows, Secret Service on Linux).
No. ADB Pro operates entirely on your machine. There is no telemetry, no data collection, and no external network calls. Your source code, build artifacts, and project configuration never leave your local environment.