⇤ ← Revision 1 as of 2023-05-28 20:54:58
Size: 265
Comment:
|
Size: 464
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
https://github.com/anbox/anbox#build-from-source {{{ git clone https://github.com/anbox/anbox.git --recurse-submodules cd anbox «mkdir build cd build cmake .. make sudo make install }}} |
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
git clone https://github.com/anbox/anbox.git --recurse-submodules cd anbox «mkdir build cd build cmake .. make sudo make install