What changed
Android Studio Quail 4 became the final stable release in the Quail series on September 1, 2026. Google now ships 23 curated Android agent skills directly in the IDE, following the open Agent Skills specification. Android Studio searches installed skill metadata when a developer prompts the agent and automatically invokes relevant guidance for workflows such as Android Gradle Plugin upgrades, profiling, Navigation3 migration and adaptive UI work. Google has also made native Gemma 4 integration part of the stable IDE: developers can download and manage model weights from Android Studio, use a bundled local inference engine and run multi-file agentic coding tasks offline. The Android skills are not locked to the IDE; Android CLI can install the full set for compatible external command-line agents with `android skills add --all`.
Why it matters
The release turns two ideas that have mostly lived as add-ons or previews — reusable agent instructions and local coding models — into first-class parts of a mainstream development environment. For Android teams, this creates a maintained path for grounding coding agents in fast-changing platform conventions instead of relying entirely on a model's training data or long repository prompts. It also gives teams with source-code privacy or connectivity constraints a supported offline agent path. The portability of the skills is equally important: Google's Android-specific instructions can travel outside Android Studio, making the open skill format a practical interoperability layer rather than an IDE-only feature.
The IDE now ships with 23 platform-specific agent skills
Google bundles 23 curated skills designed around Android workflows. Android Studio matches prompts against skill metadata and invokes relevant instructions automatically, reducing the need for developers to manually attach platform guidance to every task. The initial set includes skills for AGP 9 upgrades, Android Profiler work, Navigation3 and adaptive layouts.
The skills use an open format and can leave Android Studio
The bundled instructions follow the open Agent Skills specification. Developers can also create custom skills for team-specific workflows, and Android CLI can install Google's full Android skill set for compatible CLI agents. That makes the material development broader than one Gemini integration: the domain knowledge is packaged as a portable agent extension.
Gemma 4 runs inside the stable IDE without cloud inference
Android Studio can download, verify and update Gemma 4 model weights and includes a lightweight local inference engine. Google says Gemma 4's tool-calling support allows complex multi-file refactoring plans to run completely offline, so source code stays on the local machine and cloud token quotas do not apply to that local path.
Local AI still has a real hardware floor
Google says the smallest supported Gemma configurations can run with 12GB of RAM, while machines with 32GB or more are recommended for the best experience. Local execution therefore trades cloud dependency for local memory and compute requirements rather than eliminating resource costs.
Parallel-agent work now has more explicit review UX
Quail 4 adds background status indicators for parallel chats and consolidates task output into a Summary of Changes view. The IDE can show when a background agent is running, waiting for input or ready for review, helping multi-agent work behave more like an observable development workflow than a collection of independent chat windows.
The stable release collects capabilities previewed across the Quail cycle
Some individual features appeared earlier in Canary or prior Quail releases, including agent skills, local Gemma support, parallel chats and an MCP marketplace. The September 1 event is the final stable boundary: Google now presents the combined agent stack as production-ready in the stable channel.