| title | Waydroid on Parch Linux |
|---|---|
| description | How to run android apps in Parch? |
| published | true |
| date | 2024-07-22 16:02:53 UTC |
| tags | parchlinux, android, waydroid, emulator |
| editor | markdown |
| dateCreated | 2024-07-22 15:57:03 UTC |
Waydroid is a container-based approach to boot a full Android system on a regular GNU/Linux system.
In Parch Linux there is a script called waydroid-helper^PPR^ which can be used to install waydroid with a non-gapps image (an android image without google apps such as play store ) on Parch Linux.
For start you need to install the Script from Parch Packages Repository:
sudo pacman -S waydroid-helperTo check whether if your system is compatible with waydroid, you need to run waydroid-checker script.
waydroid-checkerAfter running it you will be prompted with this screen:
Click on Start Test to begin.
After the test is finished, if your CPU passed you can continue with the installation
you can run the waydroid-installer script to begin the installation:
waydroid-installerAfter the installation is finished you should init waydroid:
sudo waydroid initafter its done, if you are on wayland you can run waydroid from your application menu.
For running waydroid under X11 You need to run waydroid-x11 from terminal:
waydroid-x11It would launch waydroid in your x11 session like XFCE, Mate etc... under weston.

