blob: 37198adf828b5ab797699a5777cbec2dca1181ea [file] [log] [blame] [view]
Jiyong Parkc68547c2021-07-08 20:59:54 +09001# Microdroid demo app
2
3## Building
4
5```
6TARGET_BUILD_APPS=MicrodroidDemoApp m apps_only dist
7```
8
9## Installing
10
11```
12adb install out/dist/MicrodroidDemoApp.apk
Jiyong Park10b354a2021-11-17 17:46:53 +090013adb shell pm grant com.android.microdroid.demo android.permission.MANAGE_VIRTUAL_MACHINE
Jiyong Parkc68547c2021-07-08 20:59:54 +090014```
15
16## Running
17
Jiyong Parkc68547c2021-07-08 20:59:54 +090018Run the app by touching the icon on the launcher. Press the `run` button to
19start a VM. You can see console output from the VM on the screen. You can stop
20the VM by pressing the `stop` button.