What problem does it solve? Setting up and driving Android development workflows from the command line is fragmented across many tools. This Skill teaches an agent how to install and use the official android CLI to create projects, run apps, manage SDKs and emulators, inspect UIs, and search official Android documentation from one place. ## Core Features & Use Cases - Project & SDK Management: Create projects from templates, install/update/remove SDK packages, and manage Android Virtual Devices (AVDs). - Device Interaction & Testing: Inspect UI layouts as JSON, capture and annotate screenshots, send input via adb, and evaluate XML-defined journey tests step by step. - Documentation Search: Query the official Android knowledge base with android docs for up-to-date API guidance, migration guides, and best practices. - Use Case: Ask the agent to create a new empty-activity project, launch an emulator, run the app, capture a screenshot, and verify the home screen appears. ## Quick Start Install the android CLI and create a new empty-activity project named My App, then run it on an emulator and capture a screenshot of the result.