Android CLI: Build Android apps 3x faster using any agent

Android tooling just got a jolt of speed. Google has unveiled a suite for “agentic” Android development: a refreshed Android CLI, a GitHub repo of modular Android skills, and an Android Knowledge Base accessible from the terminal and Android Studio. The pitch is simple — whatever agent or LLM you prefer (Gemini, Gemini CLI, Antigravity, Claude Code, Codex, you name it), these tools aim to remove the guesswork and keep agents following modern Android patterns and best practices. Sound like a relief? For many developers, it will be.
What’s in the box: Android CLI at center stage
At the heart of the announcement is a revitalized Android CLI that acts as the primary interface for terminal-based development. Think environment setup, project creation (the create command makes a project in seconds), device management, and programmatic hooks so agents can interact directly with the Android SDK and UI — all designed to be easily updatable. It has been reported that in internal experiments the CLI reduced LLM token usage by more than 70%, and tasks were completed, allegedly, 3X faster than when agents tried to cobble workflows together from standard toolsets. That’s a big claim; if it holds up in the wild, CI pipelines and automation scripts could finally stop feeling like a kludge.
Skills and Knowledge Base: feeding agents the right instructions
To give models precise, actionable instructions rather than high-level docs, Google is shipping Android skills — modular SKILL.md files that encode task specs and trigger automatically when a prompt matches metadata. Install them with the android skills command, mix them with community or custom skills, and watch your agent stop reinventing the wheel. Complementing skills is the Android Knowledge Base, reachable via android docs and baked into the latest Android Studio, letting agents fetch the latest guidance programmatically instead of guessing or using stale examples. It’s like swapping a paper map for live GPS.
Concrete? Yes. Practical? Absolutely. Will it change how teams build and automate Android apps? Likely — if agents really do get smarter and faster, developer workflows will shift toward orchestration and review rather than hand-holding every build step. Download the Android CLI and the skills repo, take it for a spin, and see whether your agents stop banging on closed doors. Who doesn’t like faster feedback and fewer surprises?
Sources: googleblog.com, Hacker News
Comments