What problem does it solve?
It helps you create, deploy, debug, and maintain Android projects without juggling multiple tools and guesswork about environment setup.
Core Features & Use Cases
- SDK management: Install, update, remove, and list Android SDK packages and tools with the
android sdk command.
- Project creation: Generate new Android projects from templates using
android create for consistent setup.
- Build, run, and device workflows: Deploy APKs, manage emulators (AVDs), and capture or inspect UI via
android run, android emulator, android screen, android layout, and screenshot/resolve flows.
- Documentation & diagnostics: Search Android Knowledge Base docs via
android docs and inspect environment details with android info.
Quick Start
Use the android-cli skill to create a project from an Android template by running: android create empty-activity --name="My App" --output=./my-app