Google officially releasedAndroid Studio Narwhal Feature Drop stable version development platformThe core update focuses on AI collaboration and augmented/virtual reality (XR) development, and simultaneously optimizes Kotlin programming language compilation, UI preview, and device compatibility checking to improve the development efficiency and flexibility of cross-device applications. It also paves the way for the nextAndroid XR devicesPrepare for application service development needs.
This update also officially integrates the Gemini agent mode, which helps developers handle multi-stage, complex tasks such as adding new features, generating unit tests, and fixing bugs. Once enabled, developers describe their goals in the sidebar, and the AI automatically breaks down the tasks, plans the steps, and integrates built-in IDE tools for file and Gradle operations. Developers retain full decision-making power during the process and can request repeated corrections from the AI, ensuring a controllable human-machine collaboration process.
The free version of Gemini has a shorter context length, limiting support for large projects. For more complex projects, you can switch to Gemini 2.5 Pro by setting your own API key, increasing the context length to 100 million characters, making it suitable for team and enterprise applications. The new version also adds Prompt Library Rules, which pre-define project language, architecture, programming style, and output format, and synchronizes them to the project directory, making it easier for teams to maintain consistency.
For XR development, Narwhal includes a built-in XR Android Emulator, which can be launched directly from the IDE and the Embedded Layout Inspector can be used to inspect UI structure and performance. Combined with Jetpack XR templates, developers can quickly create immersive experience projects for the Android XR platform.
The stable version of Android Studio's Narwhal Feature Drop also defaults to the K2 Kotlin compiler, significantly improving build speed and stability while also providing flexibility for language upgrades. Furthermore, in response to the gradual adoption of 16KB memory paging on Android devices, compatibility checks and Lint warnings have been added to help proactively address potential issues with native libraries, reducing the risk of release and hardware migration.
Finally, Google has introduced a service compatibility policy for cloud functions to ensure that version updates do not affect project operations. Each version provides approximately one year of support, and upgrade reminders will be issued 30 days in advance to reduce the impact of cloud service changes on the development process.
With this wave of feature updates, Android Studio not only enhances AI collaboration and cross-device development capabilities, but also brings a smoother experience for XR and Kotlin developers, continuing to consolidate its core position in the Android ecosystem.






