Android Studio Quail 2 Stable: Multi-AI Agent Support and Enhanced Debugging
Google/DeepMind
Android Studio Quail 2, now stable, introduces parallel AI agent conversations and integrates LeakCanary for faster memory leak detection. It also includes Android Bench for model evaluation and stable Studio Labs for experimental AI features.
Google released the stable version of Android Studio Quail 2, which expands the IDE's Gemini/AI Agent Mode to support running multiple AI conversations in parallel, allowing developers to multitask on different code tasks simultaneously. The Agent Mode has been redesigned for better performance, task decomposition, and tool support. Android Studio now also supports multiple large language models beyond Gemini, and Google created Android Bench, a benchmark for Android-specific development tasks, to evaluate model performance. The update integrates the open-source LeakCanary tool for memory leak detection, moving heap analysis to the developer's computer for up to 5x faster leak tracking without lag. When a leak is detected, the IDE can jump to the offending code line, use Agent Mode to fix it, or explain the root cause via model analysis. App Quality Insights (AQI) is now fully integrated, enabling automatic analysis of crash stack traces, device data, and source code to suggest fixes. Studio Labs, which allows developers to test experimental AI features without upgrading the IDE, has been stabilized. The release also includes stability and performance improvements from the IntelliJ platform.
- Abbreviations
- IDE = Integrated Development Environment — Интегрированная среда разработки
- AQI = App Quality Insights — Информация о качестве приложения
Source: InfoQ 中国 —
original
