Howto android on linux: Difference between revisions

From Vidalinux Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
  yay -S waydroid
  yay -S waydroid
configure waydroid:
configure waydroid:
  waydroid init
  sudo waydroid init
configure waydroid with google apps:
configure waydroid with google apps:
  waydroid init -s GAPPS
  sudo waydroid init -s GAPPS
start and enable waydroid-container.service:
start and enable waydroid-container.service:
  systemctl enable waydroid-container.service  
  sudo systemctl enable waydroid-container.service  
  systemctl start waydroid-container.service
  sudo 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:

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