Android Studio 版本名称
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
每个 Android Studio 版本都会经历以下开发阶段:
- Canary - 我们正在积极开发前沿功能,但仅进行了轻度测试。虽然您可以使用 Canary build 进行开发,但请注意,系统可能会添加或更改功能。
- 候选版本 (RC) - 性能接近稳定版的下一版本 Android Studio。下一个版本的功能集已稳定。
- 稳定版 - Android Studio 的最终版本。
- 补丁 n - 对 Android Studio 版本的更新,通常用于修复 bug。可能包含新的次要功能。
Android Studio 有两种版本:
合并 - 包含相应 IntelliJ 版本的最新更新。合并版本可能包含少量 Android Studio 专用新功能、次要改进和 bug 修复。
合并版本命名为 <animal> <IDEA year.major>.1 [stage]
例如,Meerkat 2024.3.1 RC 2
。
功能更新 - 包含新的 Android Studio 功能和 bug 修复。
功能版本名为 <animal> Feature Drop <IDEA year.major>.2 [stage]
例如,Ladybug Feature Drop 2024.2.2 Patch 2
。
这些版本名称包括:
<animal>
- Android Studio 版本的代码名称。这些名称按字母顺序表示哪些版本较新。
<IDEA year.major>
- 此版本 Android Studio 的基础是哪个版本的 IntelliJ IDEA
[stage]
- 可选,表示补丁和预发布版本。如果省略,则表示使用的是未修补的稳定版 Android Studio。
如需详细了解 Android Studio 发布策略,请参阅 Android Studio 更新更频繁、更聚焦。
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-27。
[null,null,["最后更新时间 (UTC):2025-07-27。"],[],[],null,["# Android Studio release names\n\nEach Android Studio release goes through the following stages of development:\n\n- [**Canary**](/studio/preview) - Leading edge features under active development, lightly tested. While you can use Canary builds for development, be aware that features might be added or changed.\n- [**Release Candidate (RC)**](/studio/preview) - The next version of Android Studio that's almost ready for stable release. The feature set for the next version has been stabilized.\n- [**Stable**](/studio) - The final version of Android Studio.\n- [**Patch n**](/studio) - Updates to a version of Android Studio, typically for bug fixes. Might contain new minor features.\n\nThere are two types of Android Studio releases:\n\n- **Merge** - Contains the latest updates from the corresponding IntelliJ\n version. Merge releases might contain limited new Android-Studio-specific\n features, minor improvements, and bug fixes.\n\n Merge releases are named\n `\u003canimal\u003e \u003cIDEA year.major\u003e.1 [stage]`\n\n For example, `Meerkat 2024.3.1 RC 2`.\n- **Feature Drop** - Contains new Android Studio features and bug fixes.\n\n Feature drops are named\n `\u003canimal\u003e Feature Drop \u003cIDEA year.major\u003e.2 [stage]`\n\n For example, `Ladybug Feature Drop 2024.2.2 Patch 2`.\n\nThese release names include:\n\n- `\u003canimal\u003e` - the code name for the Android Studio release. These names\n alphabetically indicate which releases are newer.\n\n- `\u003cIDEA year.major\u003e` - which version of IntelliJ IDEA is the base\n for this release of Android Studio\n\n- `[stage]` - (optional) indicates patches and pre-release versions.\n If omitted, this a stable, non-patched release of Android Studio.\n\nFor more information on the Android Studio release strategy, See\n[More frequent, focused updates for Android Studio](https://android-developers.googleblog.com/2024/05/more-frequent-focused-updates-for-android-studio.html)."]]