Howto android on linux

From Vidalinux Wiki
Revision as of 21:55, 4 October 2023 by 10.233.102.144 (talk)
Jump to navigation Jump to search

waydroid

install binder_linux modules:

yay -S binder_linux-dkms

load modules:

depmod -a
modprobe binder_linux

install waydroid:

yay -S waydroid

configure waydroid:

sudo waydroid init

configure waydroid with google apps:

sudo waydroid init -s GAPPS

start and enable waydroid-container.service:

sudo systemctl enable waydroid-container.service 
sudo systemctl start waydroid-container.service