ls: cannot access '/dev/binder': No such file or directory in Anbox
I was able to install anbox in ubuntu (~18), successfully used it, but now I'm unable to do the same in latest Lubuntu (~20), what I am getting when i list the kernel modules using
$ ls -1 /dev/{ashmem,binder}
is
ls: cannot access '/dev/binder': No such file or directory
what am i missing?
I was able to overcome this by doing the fallowing clone the repo of the anbox modules
git clone https://github.com/anbox/anbox-modules.git
cd
cd anbox-modules
execute
./INSTALL.sh
set up
sudo modprobe ashmem_linux
sudo modprobe binder_linux
and REBOOT