Kể từ ngày 27 tháng 3 năm 2025, bạn nên sử dụng android-latest-release thay vì aosp-main để xây dựng và đóng góp cho AOSP. Để biết thêm thông tin, hãy xem phần Thay đổi đối với AOSP.
Để tải mã nguồn cho ứng dụng minh hoạ này, hãy tham khảo MicrodroidDemo.
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,["# Try Android Virtualization Framework (AVF)\n\npKVM is included in the Generic Kernel Image configuration files for\n`android-13-5.x`. To try AVF, follow these steps:\n\n1. Include `com.android.virt` APEX in your system image.\n\n2. Run tests to confirm that pKVM is working:\n\n $ atest MicrodroidHostTestCases MicrodroidTestApp\n\n3. Execute the following commands to run a demo app that spawns a pVM, boots\n Microdroid, and adds two numbers together:\n\n $ TARGET_BUILD_APPS=MicrodroidDemoApp m apps_only dist\n\n $ adb install -t out/dist/MicrodroidDemoApp.apk\n\n $ adb shell pm grant com.android.microdroid.demo android.permission.MANAGE_VIRTUAL_MACHINE\n\nTo download source code for this demo app, refer to\n[MicrodroidDemo](https://android.googlesource.com/platform/packages/modules/Virtualization/+/refs/heads/android16-release/android/MicrodroidDemoApp/).\n| **Note:** This demo works only on Cuttlefish."]]