What problem does it solve? Android development involves juggling SDK packages, emulators, device deployment, UI inspection, and documentation lookup across many separate tools. This Skill consolidates those workflows into the unified android command-line tool so an AI agent can perform them directly. ## Core Features & Use Cases - SDK & Emulator Management: Install, update, and remove SDK packages, and create, start, stop, or delete Android Virtual Devices. - Project & App Lifecycle: Create projects from templates, deploy APKs to devices, and capture screenshots or UI layout trees for debugging. - Documentation & Journeys: Search the Android Knowledge Base for up-to-date API guidance and execute XML-defined journey tests against a running app. - Use Case: Ask the agent to create a new empty-activity project, install the required SDK platform, launch an emulator, deploy the app, and verify the UI layout — all through one CLI. ## Quick Start Use the android CLI to create a new empty-activity project named My App and list the available SDK packages.