Android Studio 版本名稱
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
每個 Android Studio 版本都會經歷以下開發階段:
- Canary:積極開發中的先進功能,經過少量測試。雖然您可以使用 Canary 版本進行開發,但請注意,功能可能會新增或變更。
- 候選版本 (RC) - 下一個版本的 Android Studio,幾乎已準備好推出穩定版。下一個版本的功能組合已穩定。
- 穩定版 - Android Studio 的最終版本。
- Patch n - 更新至 Android Studio 的某個版本,通常用於修正錯誤。可能包含新的次要功能。
Android Studio 有兩種版本:
Merge:包含對應 IntelliJ 版本的最新更新。合併版本可能包含有限的 Android Studio 專屬新功能、次要改善項目和錯誤修正項目。
合併版本的名稱為 <animal> <IDEA year.major>.1 [stage]
例如:Meerkat 2024.3.1 RC 2
。
功能推送:包含新的 Android Studio 功能和錯誤修正。
功能推送的名稱為 <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 和/或其關係企業的商標或註冊商標。
上次更新時間:2025-07-27 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間: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)."]]