我明白,Anbox 处于超级 alpha 阶段,但我需要帮助。我无法启动它。有终端条目:
$ anbox launch
[EE 2017-04-27 16:03:20] [launch.cpp:76@operator()] Anbox session manager service isn't running!
$ anbox session-manager
[EE 2017-04-27 16:03:44] [session_manager.cpp:119@operator()] Failed to start as either binder or ashmem kernel drivers are not loaded
答案1
如果你使用 snap,$ anbox.appmgr
它就是你的朋友。
答案2
您可能需要加载内核模块ashmem
并binder
运行
sudo modprobe ashmem_linux
sudo modprobe binder_linux
答案3
从 PPA 安装 DKMS 包 为了将 PPA 添加到您的 Ubuntu 系统,请运行以下命令:
$ sudo add-apt-repository ppa:morphis/anbox-support
$ sudo apt update
$ sudo apt install linux-headers-generic anbox-modules-dkms
$ sudo modprobe ashmem_linux
$ sudo modprobe binder_linux
现在尝试运行 Anbox,它将顺利运行 ;)
答案4
在 18.04 中,我必须手动安装模块andbox-modules 仓库; 基本上
git clone https://github.com/anbox/anbox-modules
cd andbox-modules
./INSTALL.sh