Howto android on linux: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
configure waydroid with google apps: | configure waydroid with google apps: | ||
waydroid init -s GAPPS | waydroid init -s GAPPS | ||
start and enable waydroid-container.service: | |||
systemctl enable waydroid-container.service | |||
systemctl start waydroid-container.service |
Revision as of 21:55, 4 October 2023
waydroid
install binder_linux modules:
yay -S binder_linux-dkms
load modules:
depmod -a modprobe binder_linux
install waydroid:
yay -S waydroid
configure waydroid:
waydroid init
configure waydroid with google apps:
waydroid init -s GAPPS
start and enable waydroid-container.service:
systemctl enable waydroid-container.service systemctl start waydroid-container.service