[[["เข้าใจง่าย","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,["# 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."]]