What problem does it solve?
Android developers often waste time setting up tooling, managing SDKs, and figuring out the fastest way to inspect devices and project state; this Skill streamlines common Android CLI workflows so you can iterate more quickly and with fewer environment surprises.
Core Features & Use Cases
- SDK management: Install, update, remove, and list SDK packages to keep environments consistent across machines.
- Project creation & deployment: Create new projects from templates and run APKs on connected devices.
- Device and UI inspection: Capture screenshots, dump UI layouts as JSON, and help analyze running apps when UI introspection is difficult.
- Emulator and automation support: Manage AVDs and provide guidance for running “journeys” tests and Android knowledge-base lookup.
Quick Start
Use the android-cli skill to create an empty activity project named My App by running: android create empty-activity --name="My App" --output=./my-app.