• Home
Name Date Size #Lines LOC

..--

assets/03-May-2024-1514

java/com/android/microdroid/demo/03-May-2024-344267

res/03-May-2024-140117

Android.bpD03-May-2024582 2321

AndroidManifest.xmlD03-May-2024796 2117

README.mdD03-May-2024576 2416

README.md

1# Microdroid demo app
2
3## Building
4
5```
6TARGET_BUILD_APPS=MicrodroidDemoApp m apps_only dist
7```
8
9## Installing
10
11```
12adb install -t out/dist/MicrodroidDemoApp.apk
13adb shell pm grant com.android.microdroid.demo android.permission.MANAGE_VIRTUAL_MACHINE
14```
15
16Don't run the app before granting the permission. Or you will have to uninstall
17the app, and then re-install it.
18
19## Running
20
21Run the app by touching the icon on the launcher. Press the `run` button to
22start a VM. You can see console output from the VM on the screen. You can stop
23the VM by pressing the `stop` button.
24