在Arch/Manjaro linux上安装Anbox

Anbox,一种在Linux桌面上运行Android应用的新方法。官网

(没想到百度这篇转载居然比原文靠前,我在Manjaro上装上以后不能成功打开,就是按这篇文章解决的)

  原文在这里:原文

先安装所有需要的软件包 (anbox-image要单独先装,不然一直显示'cannot resolve anbox-image')

yaourt -S linux-headers dkms anbox-image
yaourt -S anbox-modules-dkms-git anbox-git

然后加载所需要的内核模块

sudo modprobe binder_linux
sudo modprobe ashmem_linux

再启动相关服务 (这里用start,如果你想开机自启可以再enable)

sudo systemctl start anbox-container-manager.service
systemctl --user start anbox-session-manager.service

最后在菜单中寻找anbox即可打开APP管理器。内置的一些程序如日历、设置等也会显示在菜单中,可以直接打开。目前内置程序还没有Google Play等,只能用ADB安装。

如果anbox还是不能运行,可以试试重启 (?),以及试试用下面这句启动session-manager

anbox session-manager --gles-driver=host

如果还有其它问题,可以看看AUR里和GitHub上的一些评论:

https://aur.archlinux.org/pkgbase/anbox-git/?comments=all

https://github.com/anbox/anbox/issues/3


安装app方法

https://blog.csdn.net/ZhangRelay/article/details/84671811

arm支持

https://blog.csdn.net/F8qG7f9YD02Pe/article/details/84586453

你可能感兴趣的:(LINUX)