= Anbox = https://github.com/anbox/anbox Anbox is a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu. In other words: Anbox will let you run Android on your Linux system without the slowness of virtualization. https://github.com/anbox/anbox#build-from-source {{{#!highlight sh cd /tmp git clone https://github.com/anbox/anbox.git --recurse-submodules cd anbox mkdir build cd build cmake .. make sudo make install }}}