How to install and run Anbox in Ubuntu 18.04?

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.

6

2 Answers

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
1

There is now an official snap for Ubuntu 18.04 Bionic.

sudo snap install --devmode --beta anbox

You Might Also Like