HomeFeaturesGuidesToolsGetting StartedPricingDictionariesBlogFeedback中文
Latest Marketplace version: v1.3.10

Your Android Dev Workflow, Supercharged

Professional-grade tools for Android App Bundle management, build optimization, code obfuscation, and release workflows — all inside your JetBrains IDE.

The Same Structure You Use in the IDE

ADB Pro organizes Android release work around the plugin menu itself: Start, Build / Package, Release, Diagnose, Optimize, CI/CD, Setup, Web, and Logs.

Dashboard overview for project health, quick actions, and recent activity.

Feature groups match the JetBrains tool window, so docs and product navigation stay aligned.

Click any screenshot to inspect the full 1920 x 1000 interface.

ADB Pro dashboard inside a JetBrains IDE showing project overview, quick actions, health summary, recent activity, and product menu categories
ADB Pro keeps build, package, release, diagnose, optimize, CI/CD, setup, web, and logs workflows in one JetBrains IDE tool window.
13
Feature Modules
20+
R8/ProGuard Templates
13
Release Checkpoints
11
Obfuscation Dictionaries

Release Android Apps Without Leaving the IDE

ADB Pro brings setup, packaging, signing, release checks, obfuscation, and CI/CD into one JetBrains tool window.

Best starting point

Quick Setup

Scan an Android project, choose SDK, channel, R8, Res Guard, CI/CD, and build performance options, then apply the Gradle changes in one pass.

Project scan Gradle preview Safe undo
Start with Quick Setup →

Practical Android Release Guides

Plain-English answers for APK obfuscation, AAB resource protection, signing, release checks, and install workflows.

Up and Running in Minutes

No complex setup. Install, configure, and start optimizing your Android build pipeline today.

Install from Marketplace

Search "ADB Pro" in your JetBrains IDE's plugin marketplace. Install and restart —that's it.

Open Your Android Project

Open any Android project in IntelliJ IDEA or Android Studio. ADB Pro auto-detects your project structure and Gradle configuration.

One-Click Quick Setup

Open the Quick Setup tab, scan your project, select channels, SDKs, obfuscation, and CI/CD —then apply everything with one click. Undo is always available.

Ship with Confidence

Run the release readiness checklist, optimize your ProGuard rules, and deploy to production knowing your app is properly configured.

One-Click Project Setup

Quick Setup scans your project, selects what you need, and writes all Gradle configuration in one step —no manual file editing.

build.gradle.kts —generated by Quick Setup
// Applied by Quick Setup —channels, SDKs, R8, and ResGuard

android {
    flavorDimensions += "channel"
    productFlavors {
        create("google") { dimension = "channel" }
        create("huawei") { dimension = "channel" }
    }
    buildTypes {
        release {
            isMinifyEnabled = true
            isShrinkResources = true
        }
    }
}

dependencies {
    implementation(platform("com.google.firebase:firebase-bom:33.7.0"))
    implementation("com.google.firebase:firebase-analytics")
    implementation("com.google.firebase:firebase-crashlytics")
    implementation("com.squareup.retrofit2:retrofit:2.11.0")
}

Ready to Level Up Your Android Workflow?

Start your free 30-day trial. No credit card required. Full access to all features.

Get ADB Pro Free View Pricing