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.
Trợ lý nâng cấp SDK Android là một công cụ trong Android Studio giúp bạn nâng cấp targetSdkVersion hoặc cấp độ API mà ứng dụng của bạn nhắm đến. Bạn cần phải cập nhật targetSdkVersion của mình để có thể sử dụng các tính năng mới nhất của nền tảng. Trợ lý nâng cấp SDK Android có trong Android Studio Giraffe trở lên.
Trợ lý nâng cấp SDK Android giúp bạn tiết kiệm thời gian và công sức khi cập nhật targetSdkVersion:
Đối với từng bước di chuyển, Trợ lý sẽ nêu bật những thay đổi lớn có thể gây lỗi và cách giải quyết chúng.
Trợ lý sẽ cố gắng lọc danh sách đầy đủ các thay đổi để chỉ cho thấy những bước liên quan đến ứng dụng của bạn. Nếu không chắc chắn, bạn vẫn có thể thấy những bước có thể bỏ qua.
Đối với một số thay đổi, công cụ này xác định chính xác vị trí cần thực hiện thay đổi trong mã của bạn.
Để mở Trợ lý nâng cấp SDK Android, hãy chuyển đến Tools > Android SDK Upgrade Assistant (Công cụ > Trợ lý nâng cấp SDK Android). Trong bảng điều khiển Assistant (Trợ lý), hãy chọn cấp độ API mà bạn muốn nâng cấp lên để được hướng dẫn. Để có trải nghiệm tốt nhất, bạn nên nâng cấp các giá trị targetSdkVersion lên từng cấp độ một.
Báo cáo lỗi
Để giúp chúng tôi đem đến trải nghiệm tốt nhất cho bạn, vui lòng gửi ý kiến phản hồi và báo cáo lỗi bằng công cụ theo dõi lỗi.
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,["# Use the Android SDK Upgrade Assistant\n\nThe Android SDK Upgrade Assistant is a tool in Android Studio that helps you\nupgrade the\n[`targetSdkVersion`](/guide/topics/manifest/uses-sdk-element#target), or\nthe API level that your app targets. It's important to keep your\n`targetSdkVersion` up to date so you can use the platform's latest features. The\nAndroid SDK Upgrade Assistant is available in Android Studio Giraffe and higher.\n| **Important:** Starting August 31, 2023, all apps must target Android 13 (API level 33) or higher to be submitted to Google Play for review and remain discoverable for all Google Play users. Configuring your app to target a recent API level ensures that users benefit from security and performance improvements while your app can still run on lower Android versions (down to the specified `minSdkVersion`). To learn more, see the [Google Play target API level requirement](/google/play/requirements/target-sdk).\n\nThe Android SDK Upgrade Assistant helps you save time and effort when updating\nthe `targetSdkVersion`:\n\n- For each migration step, it highlights the major breaking changes and how to address them.\n- It tries to filter the full list of changes to only show steps relevant\n to your app. It'll show a step if it's not certain though, so you might still\n see steps that you can skip.\n\n | **Note:** If you need to reset the step filters, close and reopen your project or restart the Studio IDE. The SDK Upgrade Assistant filters the migration steps once at the beginning of each project session, so you might want to reset the step filters if you've checked out another version of your project for which previously hidden steps apply.\n- For some changes, it pinpoints where exactly in your code the changes need to be made.\n\nTo open the Android SDK Upgrade Assistant, go to\n**Tools \\\u003e Android SDK Upgrade Assistant** . In the **Assistant** panel, select\nthe API level that you want to upgrade to for guidance. For the best experience,\nyou should upgrade `targetSdkVersion` values one level at a time.\n\nReport bugs\n-----------\n\nTo help us create the best experience for you, please submit feedback and bugs\nusing the\n[issue tracker](https://issuetracker.google.com/issues/new?component=1267157&template=1750462)."]]