Tên bản phát hành Android Studio
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Mỗi bản phát hành Android Studio đều trải qua các giai đoạn phát triển sau:
- Canary – Các tính năng tiên tiến đang trong quá trình phát triển, được kiểm thử sơ bộ. Mặc dù bạn có thể sử dụng các bản dựng Canary để phát triển, nhưng hãy lưu ý rằng các tính năng có thể được thêm hoặc thay đổi.
- Bản phát hành dùng thử (RC) – Phiên bản Android Studio tiếp theo gần như đã sẵn sàng để phát hành phiên bản ổn định. Bộ tính năng cho phiên bản tiếp theo đã được ổn định.
- Ổn định – Phiên bản cuối cùng của Android Studio.
- Bản vá n – Cập nhật một phiên bản Android Studio, thường là để sửa lỗi. Có thể chứa các tính năng nhỏ mới.
Có hai loại bản phát hành Android Studio:
Merge (Hợp nhất) – Chứa các bản cập nhật mới nhất từ phiên bản IntelliJ tương ứng. Bản phát hành hợp nhất có thể chứa một số tính năng mới dành riêng cho Android Studio, các điểm cải tiến nhỏ và bản sửa lỗi.
Bản phát hành hợp nhất được đặt tên là <animal> <IDEA year.major>.1 [stage]
Ví dụ: Meerkat 2024.3.1 RC 2
.
Bản cập nhật tính năng – Chứa các tính năng mới và bản sửa lỗi cho Android Studio.
Bản phát hành tính năng được đặt tên là <animal> Feature Drop <IDEA year.major>.2 [stage]
Ví dụ: Ladybug Feature Drop 2024.2.2 Patch 2
.
Các tên bản phát hành này bao gồm:
<animal>
– tên mã cho bản phát hành Android Studio. Các tên này được sắp xếp theo thứ tự bảng chữ cái để cho biết bản phát hành nào mới hơn.
<IDEA year.major>
– phiên bản IntelliJ IDEA là cơ sở cho bản phát hành Android Studio này
[stage]
– (không bắt buộc) cho biết các bản vá và phiên bản phát hành trước.
Nếu bạn bỏ qua, đây sẽ là bản phát hành Android Studio ổn định, chưa được vá.
Để biết thêm thông tin về chiến lược phát hành Android Studio, hãy xem bài viết Nội dung cập nhật tập trung và thường xuyên hơn cho Android Studio.
Nội dung và mã mẫu trên trang này phải tuân thủ các giấy phép như mô tả trong phần Giấy phép nội dung. Java và OpenJDK là nhãn hiệu hoặc nhãn hiệu đã đăng ký của Oracle và/hoặc đơn vị liên kết của Oracle.
Cập nhật lần gần đây nhất: 2025-07-27 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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)."]]