Android Studio release names
Stay organized with collections
Save and categorize content based on your preferences.
Each Android Studio release goes through the following stages of development:
- Canary - 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.
- Release Candidate (RC) - The next version of Android Studio that's
almost ready for stable release. The feature set for the next version has
been stabilized.
- Stable - The final version of Android Studio.
- Patch n - Updates to a version of Android Studio, typically for
bug fixes. Might contain new minor features.
There are two types of Android Studio releases:
Merge - Contains the latest updates from the corresponding IntelliJ
version. Merge releases might contain limited new Android-Studio-specific
features, minor improvements, and bug fixes.
Merge releases are named
<animal> <IDEA year.major>.1 [stage]
For example, Meerkat 2024.3.1 RC 2
.
Feature Drop - Contains new Android Studio features and bug fixes.
Feature drops are named
<animal> Feature Drop <IDEA year.major>.2 [stage]
For example, Ladybug Feature Drop 2024.2.2 Patch 2
.
These release names include:
<animal>
- the code name for the Android Studio release. These names
alphabetically indicate which releases are newer.
<IDEA year.major>
- which version of IntelliJ IDEA is the base
for this release of Android Studio
[stage]
- (optional) indicates patches and pre-release versions.
If omitted, this a stable, non-patched release of Android Studio.
For more information on the Android Studio release strategy, See
More frequent, focused updates for Android Studio.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-03-06 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-06 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)."]]