Google released Android CLI on May 19, a command-line tool built so AI coding agents - not just human developers - can compile, test, and package Android apps without a graphical interface. The tool is explicitly designed to work with platforms like Claudee Code](/tools/claude-code/) and OpenAI's Codex, according to the announcement.
AI coding agents are systems that write code, run commands, and iterate on the output without waiting for human input at each step. They've become common for web and backend work, but Android has been an awkward gap: Android development relies heavily on Android Studio, a GUI-driven environment that agents can't easily drive. A command-line interface removes that friction.
The practical result: ask Claude Code to build an Android app and it can use Android CLI to actually compile and test the result, rather than generating code you'd then have to run yourself.
For developers who don't use agents, Android CLI also speeds up scripting repetitive build, test, and deployment tasks without opening Android Studio - useful on its own, though the agent-friendly design is clearly the main purpose.
This release and the AI Studio Android app generator, announced at the same I/O event, both reduce the friction between having an Android app idea and having a deployable artifact. The strategic angle is notable: rather than competing with Claude Code and Codex directly, Google is positioning Android as the most agent-friendly mobile platform to build on.