Control: reassign -1 anbox 0.0~git20180821-1 Hi, On Sat, Oct 13, 2018 at 10:09 PM Joachim Zobel <[email protected]> wrote: > > Package: anbox > Version: 0.0~git20180821-1 > Architecture: amd64 > > jo@pause:~$ systemctl --user status anbox-session-manager > ● anbox-session-manager.service - Anbox Session Manager > Loaded: loaded (/usr/lib/systemd/user/anbox-session-manager.service; > disabled; vendor preset: enabled) > Active: inactive (dead) > Docs: man:anbox(1) > > > Starting it manually with > > anbox session-manager >
you can start it with debug info too, $ env ANBOX_LOG_LEVEL=debug anbox session-manager And you can also check the anbox-container-manager.service, which is to launch the android system. $ systemctl status anbox-container-manager.service If the android can't launch, please check the lxc log in /var/lib/anbox/log If the android lauched, but crashed, please use /usr/share/anbox/anbox-shell.sh to get android shell, and check the log with logcat. -- Shengjing Zhu

