android-cli-ci
OfficialSet up Android CI with the android CLI
Software Engineering#ci/cd#caching#migration#android#sdk installation#emulator testing#gradle builds
Authorpremex-ab
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill removes the complexity of setting up Android build infrastructure in CI by replacing the legacy cmdline-tools workflow with Google’s newer agent-first android CLI.
Core Features & Use Cases
- CI/CD-ready install and SDK provisioning: Installs the
androidlauncher and uses it to install required SDK packages (platforms, build-tools, platform-tools) in a non-interactive way. - Gradle workflow preservation: Keeps Gradle as the build system, guiding you to run
./gradlew assembleDebugand related tasks without changing your app build logic. - Caching strategy for fast pipelines: Recommends what to cache (CLI state, SDK path, Gradle caches) and how to key caches for stability.
- Emulator instrumentation support: Covers when/how to enable emulator usage for instrumentation tests (notably KVM needs on Linux).
- Migration guidance from legacy CI: Explains how to convert common sdkmanager/avdmanager/emulator-runner patterns, including package-name syntax changes.
Quick Start
Use the android-cli-ci skill to migrate your CI pipeline to install Android SDK components via android sdk install platforms/android-34 build-tools/34.0.0 platform-tools and then run your Gradle build such as ./gradlew --no-daemon assembleDebug.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: android-cli-ci Download link: https://github.com/premex-ab/claude-marketplace/archive/main.zip#android-cli-ci Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.