# Android Studio Quail 4 makes curated agent skills and offline Gemma 4 production-stable

Google’s final stable Quail release bundles 23 Android-specific agent skills directly into the IDE and adds native Gemma 4 inference for fully offline multi-file coding. The same skills can also be installed into external CLI agents through Android CLI.

Android Studio’s agent layer has crossed an important boundary from preview features into the stable channel: domain-specific skills are preloaded and auto-selected, while Gemma 4 can execute tool-calling code tasks locally without sending source code to a cloud model.

- Status: Active
- Published: 2026-09-08T22:44:24+12:00
- Updated: 2026-09-08T22:44:24+12:00
- Categories: Artificial Intelligence, Web Development, AI Coding, Developer Tools
- Tags: agent skills, Android, Android Studio, Coding agents, Gemma 4, local AI
- Canonical HTML: https://beyondthe.news/dossiers/android-studio-quail-4-agent-skills-offline-gemma-4

## 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.

## Key details

- Android Studio Quail 4 became stable on September 1, 2026 and is the final stable release in the Quail series.
- The IDE ships with 23 curated Android agent skills following the open Agent Skills specification.
- Android Studio automatically searches installed skill metadata and invokes relevant skills based on the developer's prompt.
- Android CLI can install all of Google's Android skills for compatible external CLI agents using `android skills add --all`.
- Android Studio natively integrates Gemma 4 with downloadable model management and a bundled local inference engine.
- Google says Gemma 4 can run multi-file tool-calling agent tasks completely offline so source code stays on the local machine.
- Google lists 12GB RAM as sufficient for the smallest local configurations and recommends 32GB+ for the best experience.
- Quail 4 also adds background-agent status indicators and a unified Summary of Changes review surface.

## Builder takeaways

- If an agent repeatedly produces stale Android patterns, use maintained skills as a grounding layer before reaching for larger prompts or a more expensive model.
- Treat reusable agent instructions like code: version team-specific skills, review them when platform conventions change and keep them close to the workflows they govern.
- For sensitive repositories, test the Gemma 4 local path separately from cloud Gemini, third-party provider and MCP configurations; only the local model path carries the offline/source-stays-local guarantee described by Google.
- Size developer hardware for the local model you actually intend to run. A nominal 12GB floor does not imply every useful configuration will perform well there.
- Because Google's Android skills are portable, teams using multiple coding agents can standardize platform guidance once rather than duplicating tool-specific prompts.
- Use the Summary of Changes and background status UX as review boundaries; parallelism increases throughput but also increases the amount of agent output a developer must validate.

## What to watch

- How often Google updates the bundled Android skills as APIs and recommended migrations change.
- Whether the Android skill set is adopted broadly by non-Android-Studio coding agents through the open specification.
- Independent comparisons of local Gemma 4 coding quality and latency against Android Studio's cloud-backed models.
- Whether Google expands the local-model path to additional model families or hardware backends.
- How the Android Studio MCP marketplace, portable skills and local models converge into a more composable agent ecosystem.

## Uncertainties

- Many Quail capabilities were previewed earlier in the release cycle; the new material boundary is their inclusion in the final stable release rather than every feature being invented on September 1.
- Google's claim that source code stays local applies to the offline Gemma path, not automatically to cloud models, third-party model providers or external MCP services configured in the IDE.
- Actual local-model speed and useful context capacity depend on selected model size and developer hardware.
- The practical portability of Android skills depends on how completely each external agent implements the Agent Skills specification.

## Sources

- [Leverage Android skills and Gemma 4 in Android Studio Quail 4](https://developer.android.com/blog/posts/leverage-android-skills-and-gemma-4-in-android-studio-quail-4) — Android Developers · primary product announcement · 2026-09-01T00:00:00+12:00. Primary source for the stable release, 23 bundled Android skills, external CLI installation path, Gemma 4 local integration, hardware guidance and parallel-agent UX changes.

