| # Running ganesh_app | |
| To run ganesh_app, use one of the following command from the root of your Mojo repo. | |
| ## Android | |
| ``` | |
| mojo/devtools/common/mojo_run --android "mojo:kiosk_wm mojo:ganesh_app" | |
| ``` | |
| ## Linux | |
| ``` | |
| mojo/devtools/common/mojo_run "mojo:kiosk_wm mojo:ganesh_app" | |
| ``` |