What problem does it solve?
This Skill helps you configure, review, and troubleshoot Android build systems without guessing at dependency scopes, module wiring, signing, or variant setup.
Core Features & Use Cases
- Gradle and Android Studio builds: Set up Kotlin DSL modules, version catalogs, convention plugins, KSP, and build variants with consistent shared build logic.
- AOSP and Soong builds: Define Android.bp and Android.mk modules, choose certificates, place apps in the right partition, and add packages to product builds.
- Practical troubleshooting: Diagnose build failures, dependency conflicts, sync issues, and packaging problems with clear next steps.
- Use Case: When a team needs to add a new Android feature module or migrate an app from KAPT to KSP, this Skill helps produce the right build configuration and catch common mistakes early.
Quick Start
Ask the skill to review your Android module and generate the correct Gradle or Soong configuration for the build environment you are using.