Waydroid
ossUrl
On GitHub
On ArchWiki
Is
a container-based approach to boot a full Android system on a regular GNU/Linux system.
Troubleshooting
ERROR: Binder node "xxx" for waydroid not found
Consider
https://github.com/waydroid/waydroid/commit/4434f1120459fb65ffd5b48280c6ec10046b633d
https://github.com/waydroid/waydroid/issues/47#issuecomment-918405500
Fix
https://github.com/waydroid/waydroid/issues/190#issuecomment-955673974
On debian, install liquorix kernel and add binder.devices=binder,hwbinder,vndbinder,anbox-binder,anbox-hwbinder,anbox-vndbinder
to boot parameters.
Liquorix kernel
You gotta build kernel with binder drivers yourself
Run
sudo modprobe binder_linux
[ gbinder ] WARNING: Service manager devbinder has died
See
Fix
https://github.com/waydroid/waydroid/issues/136#issuecomment-949694932
Add psi=1
to kernel command line on /etc/default/grub
Then regenerate command grub config sudo grub-mkconfig -o bootgrub/grub.cfg