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

   1 cd /tmp
   2 git clone https://github.com/anbox/anbox.git --recurse-submodules
   3 cd anbox
   4 mkdir build
   5 cd build
   6 cmake ..
   7 make
   8 sudo make install

Anbox (last edited 2023-05-28 20:59:45 by 127)