The following are the release notes for Android Studio Quail 1.
Patch releases
The following is a list of patch releases for Android Studio Quail 1.
Android Studio Quail 1 | 2026.1.2 Patch 1 (June 2026)
This minor update includes these bug fixes.
Android Studio Quail 1 parallel Gradle Sync execution change
Starting from Android Studio Quail 1, the org.gradle.parallel=true property in
the gradle.properties file no longer enables parallel model fetching during
Gradle Sync. This will result in a large sync time regression for large
projects.
To enable parallel sync in Android Studio Quail 1, set
org.gradle.tooling.parallel=true in your project's gradle.properties file.
The following are new features in Android Studio Quail 1.
Suggested fixes for crashes with Agent integration in AQI
The App Quality Insights tool window is now integrated with the AI agent to analyze crash data along with your source code to provide detailed explanations and suggest potential fixes. After selecting a crash in the App Quality Insights tool window, navigate to the Insights tab and click See more to see a detailed explanation of the crash. Click Fix with AI to have the agent suggest code changes that you can review and accept.