Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
assets/ | 03-May-2024 | - | 15 | 14 | ||
java/com/android/microdroid/demo/ | 03-May-2024 | - | 344 | 267 | ||
res/ | 03-May-2024 | - | 140 | 117 | ||
Android.bp | D | 03-May-2024 | 582 | 23 | 21 | |
AndroidManifest.xml | D | 03-May-2024 | 796 | 21 | 17 | |
README.md | D | 03-May-2024 | 576 | 24 | 16 |
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