Android Studio のリリース名
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
各 Android Studio リリースは、次の開発段階を経てリリースされます。
- カナリア - 積極的に開発が進められている最先端の機能で、軽くテストされています。カナリアビルドは開発に使用できますが、機能が追加または変更される可能性があります。
- リリース候補版(RC) - 安定版リリースが間近の Android Studio の次期バージョン。次期バージョンの機能セットが安定しました。
- 安定版 - Android Studio の最終版。
- パッチ n - Android Studio のバージョンのアップデート(通常はバグの修正)。新しいマイナー機能が含まれる場合があります。
Android Studio のリリースには次の 2 種類があります。
マージ - 対応する IntelliJ バージョンの最新のアップデートが含まれています。統合リリースには、Android Studio 固有の新しい機能、マイナーな改善、バグの修正が限定的に含まれる場合があります。
マージ リリースの名前は <animal> <IDEA year.major>.1 [stage]
です。
たとえば、Meerkat 2024.3.1 RC 2
です。
Feature Drop - Android Studio の新機能とバグ修正が含まれています。
Feature Drop の名前は <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 UTC。
[[["わかりやすい","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 UTC。"],[],[],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)."]]