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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top