From faccedbdfdff76ef2ba618e0fa888cf991e1c55a Mon Sep 17 00:00:00 2001 From: Mighty Date: Wed, 4 Oct 2023 22:12:49 +0530 Subject: [PATCH] waydroid: add page (#10782) * waydroid: add page --------- Co-authored-by: Reinhart Previano Koentjoro Co-authored-by: K.B.Dharun Krishna Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/linux/waydroid.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/linux/waydroid.md diff --git a/pages/linux/waydroid.md b/pages/linux/waydroid.md new file mode 100644 index 000000000..7520835ba --- /dev/null +++ b/pages/linux/waydroid.md @@ -0,0 +1,28 @@ +# waydroid + +> A container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu. +> More information: . + +- Start Waydroid: + +`waydroid` + +- Initialize Waydroid (required on first run or after reinstalling Android): + +`waydroid init` + +- Install a new Android app from a file: + +`waydroid app install {{path/to/file.apk}}` + +- Launch an Android app by its package name: + +`waydroid app launch {{com.example.app}}` + +- Start or stop the Waydroid session: + +`waydroid session {{start|stop}}` + +- Manage the Waydroid container: + +`waydroid container {{start|stop|restart|freeze|unfreeze}}`