TL;DRGoogle has released Android CLI 1.0 at Google I/O 2026, giving AI coding agents such as Claude Code, OpenAI Codex, and Antigravity programmatic access to Android Studio’s toolchain from the command line. The stable release lets agents perform semantic analysis, render Compose previews, and run UI tests without opening the IDE.

Google has released Android CLI at a stable version 1.0, giving AI coding agents a direct line into Android Studio’s capabilities without ever opening the IDE. The announcement, made at Google I/O 2026 on 19 May, is a frank acknowledgement that many developers now build for Android using third-party AI agents rather than Google’s own tools.

The new toolset lets agents such as Anthropic’s Claude Code, OpenAI’s Codex, and Google’s own Antigravity perform core Android development tasks from the terminal. Through a new android studio command, agents can run semantic symbol resolution, analyse files for warnings, render Jetpack Compose previews, and execute end-to-end UI tests via a feature Google calls “Journeys.”

In practical terms, this means a developer can prompt an AI agent to scaffold a new project, inspect it for lint warnings, preview a Compose layout, and run automated UI tests, all without switching to a graphical interface. The CLI acts as a bridge that connects the growing ecosystem of AI coding agents to the production-grade tooling that Android Studio already provides.