How to install and run Anbox in Ubuntu 18.04?

Solution 1:

Anbox is now available for Bionic 18.04+:

  • Official Website
  • GitHub sources
  • Installation instructions
  • Install guide

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

Solution 2:

There is now an official snap for Ubuntu 18.04 Bionic.

sudo snap install --devmode --beta anbox