Android 스튜디오 출시 이름
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
각 Android 스튜디오 출시는 다음과 같은 개발 단계를 거칩니다.
- Canary - 활발하게 개발 중이며 가볍게 테스트된 최신 기능입니다. 개발에 카나리아 빌드를 사용할 수 있지만 기능이 추가되거나 변경될 수 있습니다.
- 출시 후보 (RC) - 안정화 버전 출시가 거의 준비된 Android 스튜디오의 다음 버전입니다. 다음 버전의 기능 세트가 안정화되었습니다.
- 안정화 버전 - Android 스튜디오의 최종 버전입니다.
- 패치 n - 일반적으로 버그 수정을 위해 Android 스튜디오 버전을 업데이트합니다. 새로운 소규모 기능이 포함될 수 있습니다.
Android 스튜디오 출시에는 두 가지 유형이 있습니다.
병합 - 해당 IntelliJ 버전의 최신 업데이트가 포함되어 있습니다. 병합 출시에는 제한된 새로운 Android 스튜디오 전용 기능, 사소한 개선사항, 버그 수정이 포함될 수 있습니다.
병합 출시의 이름은 <animal> <IDEA year.major>.1 [stage]
입니다.
예를 들면 다음과 같습니다. Meerkat 2024.3.1 RC 2
기능 출시 - 새로운 Android 스튜디오 기능과 버그 수정사항이 포함되어 있습니다.
기능 출시의 이름은 <animal> Feature Drop <IDEA year.major>.2 [stage]
입니다.
예를 들면 다음과 같습니다. Ladybug Feature Drop 2024.2.2 Patch 2
이러한 출시 이름에는 다음이 포함됩니다.
<animal>
- Android 스튜디오 출시의 코드 이름입니다. 이러한 이름은 알파벳순으로 최신 버전을 나타냅니다.
<IDEA year.major>
- 이 Android 스튜디오 출시의 기반이 되는 IntelliJ IDEA 버전
[stage]
- (선택사항) 패치 및 출시 전 버전을 나타냅니다.
생략하면 패치되지 않은 안정화 버전의 Android 스튜디오입니다.
Android 스튜디오 출시 전략에 관한 자세한 내용은 Android 스튜디오의 더 빈번하고 집중적인 업데이트를 참고하세요.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 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)."]]