8

I am a newbie to Ubuntu and I want to install Anbox (GitHub).

I am having trouble installing Anbox the way given in the current tutorials.

Pablo Bianchi
  • 15,657

2 Answers2

9

Anbox is now available for Bionic 18.04+:

Installation on Ubuntu 18.04:

sudo add-apt-repository ppa:morphis/anbox-support
sudo apt install -y anbox-modules-dkms
sudo modprobe ashmem_linux
sudo modprobe binder_linux
sudo snap install --devmode --beta anbox
Pablo Bianchi
  • 15,657
cmak.fr
  • 8,696
3

There is now an official snap for Ubuntu 18.04 Bionic.

sudo snap install --devmode --beta anbox
Pablo Bianchi
  • 15,657