Google introduces Android CLI 1.0 for AI programming agents.
Google has launched the stable version 1.0 of Android CLI during Google I/O 2026, providing AI coding agents like Claude Code, OpenAI Codex, and Antigravity with command-line access to Android Studio's toolchain without opening the IDE. Announced on May 19, this new release acknowledges the reality that many developers are now using third-party AI agents for Android development instead of Google's own tools.
The new CLI enables agents such as Anthropic’s Claude Code, OpenAI’s Codex, and Google's Antigravity to execute fundamental Android development tasks directly from the terminal. With the new android studio command, these agents can carry out semantic symbol resolution, check files for warnings, render Jetpack Compose previews, and run UI tests through a feature called “Journeys.”
In practical terms, this means that a developer can instruct an AI agent to set up a new project, check it for lint warnings, preview a Compose layout, and conduct automated UI tests, all without needing to switch to a graphical interface. The CLI acts as a connector between the expanding ecosystem of AI coding agents and the robust tools offered by Android Studio.
Additionally, Android CLI support has been integrated into Antigravity, Google's agentic development platform, which received a significant 2.0 upgrade at the same event. Developers using Antigravity can install the Android CLI along with its related resources during onboarding or later through the settings menu. Once installed, the Antigravity agent can manage tasks ranging from project creation to app deployment on a virtual Android device.
This development aligns with a broader trend observed at this year's I/O event. Google introduced Gemini 3.5 Flash as the engine for its managed agents in the Gemini API, launched native Android app building within AI Studio, and debuted Antigravity 2.0 with parallel agent orchestration. The Android CLI is positioned at the intersection of these initiatives, ensuring that any preferred agent can communicate effectively with Android Studio.
For developers currently using non-Google AI tools for Android, this release alleviates a significant pain point. Specialized knowledge regarding Android's build system, Compose rendering pipeline, and testing framework is now accessible programmatically at d.android.com/tools/agents, rather than being confined to a desktop application.
It remains to be seen whether this increased openness will speed up Android development or simply shift the bottleneck from coding to reviewing code. What is evident is that Google is placing its bets on agents as the future of Android tooling and aims for compatibility with all agents in the ecosystem.
Other articles
Google introduces Android CLI 1.0 for AI programming agents.
Google's stable Android CLI 1.0 provides AI agents such as Claude Code, Codex, and Antigravity with direct command line access to Android Studio's toolchain.
