What problem does it solve?
This Skill removes friction from Android development by centralizing project setup, SDK management, device control, deployment, and diagnostics in one command-line workflow.
Core Features & Use Cases
- Project Creation: Start new Android apps from templates with consistent defaults.
- SDK and Environment Management: Install, update, remove, and inspect SDK packages and local environment settings.
- Device and Emulator Operations: Create, start, stop, and list emulators, then run apps on connected devices.
- UI Inspection and Debugging: Capture screenshots, inspect layout trees, and analyze app state for faster troubleshooting.
- Documentation Lookup: Search authoritative Android documentation to stay current on APIs, libraries, and best practices.
Quick Start
Use the android-cli skill to create an Android project named My App in ./my-app and prepare the environment for running it.