Android CLI 1.0 gives Claude Code, Codex, and other AI coding agents direct terminal access to Android Studio's build pipeline, Google announced at I/O on May 19. The stable release is an admission that developers are already building Android apps with third-party agents, not Google's own tools.
Google designed the redesigned CLI to work with any AI agent, not just Gemini or Antigravity. Anthropic's Claude Code, OpenAI's Codex, and others can now perform semantic symbol resolution, render Jetpack Compose previews, and run UI tests without the developer ever opening Android Studio as a graphical interface. The performance gains are measurable. Google says the machine-friendly interface reduces LLM token usage by more than 70% compared to running an agent inside Android Studio, and tasks complete three times faster.
Alongside the CLI, Google introduced Android Skills, modular markdown-based instruction sets (SKILL.md files) that describe how to perform specific tasks like implementing edge-to-edge support, migrating to Navigation 3, or converting XML layouts to Compose. These trigger automatically when an agent's prompt matches the skill's metadata, eliminating the need to manually attach documentation. A real-time knowledge base rounds out the toolkit. It surfaces up-to-date Android, Firebase, and Kotlin documentation that agents can query live. As Google puts it, "even if an LLM's training cutoff is a year old, it can still provide guidance on the latest frameworks and patterns we recommend today." The CLI is also bundled into Antigravity 2.0, Google's agentic development platform that debuted its own major upgrade at I/O. Developers using Antigravity can install the Android CLI and its associated skills during onboarding or through settings.
Once active, the agent handles everything from project scaffolding to deploying an app on a virtual device.
Installation is straightforward. Android CLI 1.0 is available through common package managers: apt-get on Linux, WinGet on Windows, and Homebrew on macOS.
Existing CLI users can migrate with android update.
Google is clear that the CLI isn't a replacement for Android Studio. The pitch is a workflow: start a prototype quickly via the command line with an agent, then open the project in Android Studio for refinement, debugging, and visual UI editing.
Developer reactions are mixed but not dismissive. One commenter on InfoQ noted that Google didn't specify what tasks were benchmarked for the 3x speed claim, though they agreed the direction is promising.
Another observed that most agentic Android workflows "are brutal on token usage" and that the CLI could cut that waste. A third pointed out that the real bottleneck isn't setup, but testing and verifying AI-generated code. The release fits a broader pattern at I/O 2026. Google rolled out Gemini 3.5 Flash, launched native Android app creation inside AI Studio, and shipped Antigravity 2.0 with parallel agent orchestration. The Android CLI sits in the middle, ensuring that whichever agent a developer prefers, it can speak Android Studio's language.













