What problem does it solve?
Android development often requires juggling multiple CLI tools, environment setup, and repetitive configuration steps that slow delivery. This skill provides a unified Android CLI to streamline project creation, SDK management, device interactions, emulator control, and documentation access.
Core Features & Use Cases
- SDK management with the android sdk commands to install, update, and remove packages.
- Project lifecycle from creation to deployment using commands like android create, android run, and android init.
- Device and emulator interactions, layout inspection, info gathering, and documentation lookups using commands such as android info, android emulator, android docs, android layout, android screen, and android docs search.
- Journey testing support and UI exploration to validate app behavior during development.
Quick Start
Install the Android CLI, initialize your environment with android init, then create a project with android create and begin running journeys with android run.