20 lines
370 B
Markdown
20 lines
370 B
Markdown
|
# Microdroid demo app
|
||
|
|
||
|
## Building
|
||
|
|
||
|
```
|
||
|
TARGET_BUILD_APPS=MicrodroidDemoApp m apps_only dist
|
||
|
```
|
||
|
|
||
|
## Installing
|
||
|
|
||
|
```
|
||
|
adb install out/dist/MicrodroidDemoApp.apk
|
||
|
```
|
||
|
|
||
|
## Running
|
||
|
|
||
|
Run the app by touching the icon on the launcher. Press the `run` button to
|
||
|
start a VM. You can see console output from the VM on the screen. You can stop
|
||
|
the VM by pressing the `stop` button.
|