Skip to content
Soul Inferno DE edited this page Oct 22, 2022 · 2 revisions

How to fix: ....either ashmem or binder is not loaded ?

  • type anbox system-info and look at the output

If it says binder: false ashmem: true binderfs: false

then you need to activate binder in your linux system. (You probably have it but it's not visible/running yet)

do a simple:

sudo mkdir /dev/binder

and retry:

anbox system-info

Clone this wiki locally