What problem does it solve? Setting up and interacting with Android development environments requires juggling many separate tools for SDK management, emulator control, device interaction, and documentation lookup. This Skill consolidates those workflows into instructions for a single android command-line tool. ## Core Features & Use Cases - SDK and Emulator Management: Install, update, and remove SDK packages, and create, start, stop, and list Android Virtual Devices (AVDs). - Device Interaction and UI Inspection: Capture screenshots, dump UI layout trees as JSON, and interact with on-screen elements via adb input commands. - Project Creation and App Deployment: Generate new Android projects from templates and deploy APKs to connected devices. - Documentation Search and Journey Testing: Query the Android Knowledge Base for up-to-date API guidance and execute XML-defined journey tests against running apps. - Use Case: You need to verify a new feature on a Pixel emulator. Use this Skill to create and start an AVD, deploy your APK, inspect the layout tree to find a button, tap it, and capture a screenshot to confirm the result. ## Quick Start Install the android CLI and use it to create a new emulator, run my app on it, and capture a screenshot of the result.