Question

I'd like to test android apps on my system without a slow emulator.

Is it possible to run android in another linux host, like gentoo or ubuntu?
How would one acomplish this, maybe trough docker?
In case of gentoo, are there specific kernel modules I need to enable?

Was it helpful?

Solution

Ubuntu Touch runs Android inside a container. You can run Arm Android on x86, see here:

https://www.stgraber.org/2013/12/23/lxc-1-0-some-more-advanced-container-usage/

and here: https://wiki.ubuntu.com/Touch/ContainerArchitecture

It should be possible to run x86 Android natively inside a container. At the end of the day Android also runs on x86 devices such as the Nexus Player.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top