Published August 31, 2026

Android Studio Rabbit 1 Canary 3 Lands with Google Play Publish for Testing and Gemini Enterprise Depth

The Android Studio Rabbit 1 cycle has reached its third Canary build, and Canary 3 brings the distribution story and the AI story into sharper focus. As the cycle matures, the emphasis shifts from laying the baseline toward exercising the workflows that will define the eventual stable release. Two threads stand out in this build: direct publishing to Google Play test tracks, and the deepening integration of Android Studio with the Gemini Enterprise ecosystem.

Publish to Google Play for Testing

A notable addition carried through the Rabbit cycle is the ability to upload new releases directly to Google Play Console test tracks. The workflow slots into the familiar Generate Signed App Bundle flow, where developers can now choose to continue to Publish for Testing when they finish generating a signed bundle. This enables uploading an initial release of a brand new app directly to an internal test track, and it also supports uploading subsequent releases of existing apps to other kinds of test tracks.

The practical benefit is removing the friction of the manual publish loop. Instead of building a bundle, switching to the Play Console web interface, and uploading it yourself, the entire handoff can happen inside the IDE. For teams that iterate through many test releases, that convenience compounds quickly, and it makes the testing loop faster and more continuous.

  • New releases can be uploaded to Google Play test tracks directly from the IDE
  • The workflow extends the Generate Signed App Bundle flow with a Publish for Testing option
  • Gemini Enterprise integration allows IDE use with organization-hosted models
  • Model assignment continues to mature as a core AI configuration surface

Gemini Enterprise Moves In

The other defining thread of the Rabbit cycle is the deepening relationship between Android Studio and Gemini Enterprise. Android Studio is now part of the Gemini Enterprise subscription bundle, which lets enterprise development teams deploy the IDE using AI models hosted directly within their organization's Google Cloud infrastructure. Every session runs under Google Cloud's enterprise security controls, data residency guarantees, and the Google Cloud Terms of Service.

This is a significant positioning move. For many organizations, sending code and context to a third-party AI provider is a non-starter due to security and compliance requirements. By enabling models hosted inside the organization's own Google Cloud project, the Gemini Enterprise integration addresses that concern head on. It effectively brings the AI-assisted development experience inside the enterprise security perimeter.

Canary 3 refines the onboarding for this model. Instead of picking among a fixed list of licenses, users can self-assign a license, and the license selection and project ID can be changed later under the Model Providers settings. The Model Assignment feature continues alongside this, letting teams pair different models to different task categories and balance quality, speed, and quota usage across features.

There is a cautionary note that carries through all preview channels: Quail 4 Canary 4 or higher is recommended for the full Gemini Enterprise experience, which means teams adopting this workflow should ensure they are on a recent enough build. The interplay between the stable and preview channels remains a factor in how these features mature.

What This Means for Flutter Developers

For Flutter developers, the message is familiar but worth repeating. Canary builds are for experimentation, not production, and production Flutter work should remain on the stable channel where the toolchain is thoroughly tested. But the direction of the Rabbit cycle is unmistakable: a steady march toward a more AI-native IDE with tighter distribution workflows.

The Google Play publishing workflow is the piece most directly relevant to Flutter teams shipping on Android. Any reduction in the friction between building an Android app and publishing a test release is a win for cross-platform teams that wear many hats. And the Gemini Enterprise story matters for Flutter shops embedded in larger organizations with strict data governance requirements.

As the Rabbit cycle continues, developers should expect more Canary builds, then Beta releases, and eventually Release Candidates before the stable arrival. Each milestone will refine the features that Canary 3 displays today. Watching the release notes and validating representative projects against the previews is the surest way to be ready when the cycle reaches its stable conclusion.

Ultimately, Canary 3 reinforces a coherent vision. Android Studio is becoming a tool where AI is deeply integrated, where security-conscious enterprises can participate, and where the path from writing code to publishing a test build is growing shorter. That is a direction with broad appeal, and it will continue to shape the experience for Flutter and native Android developers alike.