What problem does it solve?
Android developers need a reliable way to create projects, manage SDKs, deploy apps, inspect UIs, and diagnose environments without switching between multiple tools.
Core Features & Use Cases
- Project creation & scaffolding: Create Android projects from official templates with consistent outputs.
- SDK management: Install, update, remove, and list SDK packages using the
android sdk command set.
- Device interaction & app execution: Run apps, manage emulators (create/start/stop/list/remove), and capture or inspect screens and UI layouts via
android run, android emulator, android screen, and android layout.
- Android documentation lookup: Search authoritative Android documentation using the Android Knowledge Base through the
android docs command for up-to-date API guidance.
- Skill management workflow: Initialize and manage antigravity agent skills with
android skills and related tooling.
Quick Start
Ask your agent to set up and run a new empty-activity project named My App by using the android create command with output directed to your chosen directory.