문제

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