How to install anbox on manjaro?

ok so finally with all your help I figured out how to install anbox with linux59 here is the quick guide
so first
let’s issue


$ sudo mkdir /dev/binderfs
$ sudo mount -t binder binder /dev/binderfs

then after mounting binderfs

add the entry in the /etc/fstab file

binder                       /dev/binderfs binder   nofail  0      0

then install any anbox-image from aur
then after install image install anbox-git from aur
then first to enable network I used systemd-networkd
using this command


$ sudo systemctl enable --now systemd-networkd.service

then
enable anbox container


$ sudo systemctl enable --now anbox-container-manager.service

then enable


$ systemctl --user enable --now anbox-session-manager.service

and reboot your system
and then most probably anbox should be working

11 Likes