[[["わかりやすい","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-03-20 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."]]