Waydroid is a container-based solution for running Android on Linux/GNU using Wayland. This guide will walk you through the necessary steps to install it.
sudo pacman -S waydroid
You need panthor enabled and setup. To do this follow this guide.
sudo pacman -S waydroid-image-panthor
sudo waydroid init -f -i /usr/share/waydroid-extra/images
sudo waydroid init -s GAPPS
sudo systemctl enable --now waydroid-container
waydroid session start
waydroid app install <apk>.apk
Waydroid by default always runs in fullscreen.
waydroid prop set persist.waydroid.multi_windows true
Then restart your waydroid session.