Hacker News new | ask | show | jobs
by solarkraft 2711 days ago
Alien Dalvik is a great idea and theoretically works well, but it's proprietary software and its developers don't seem to have any interest in anyone actually using it.

There doesn't seem to be any free software effort in prong porting ART to a real linux system (which shouldn't be hard at all), which could've happened for years and I'm not sure (though shyly hopeful) the Librem 5 will change anything about that (so the only realistic option would be full emulation, which would require a good bit of power).

Edit: Just realized that you could theoretically run Android apps via Chrome. But shit, that'll be slow.

1 comments

You should check out Anbox. It's basically a containerization platform for Linux that hosts an Android userspace and shares your host kernel a la docker. All you need to do is load the ashmem and binder kernel modules or build them statically into your kernel.

So far I know that there's an Ubuntu touch port of Anbox that works. It's a pretty good all-around solution considering the low container overhead and support for OpenGL ES 2.0