Anbox安装问题

每当我尝试在我的Xubuntu 17.10机器上安装Anbox时,我都会收到以下错误:

error: cannot install "anbox-installer": Post https://api.snapcraft.io/v2/snaps/refresh: dial tcp: lookup api.snapcraft.io on [::1]:53: read udp [::1]:39062->[::1]:53: read: connection refused 

对于直观表示: https : //asciinema.org/a/Pisk1bKivlX9ihvE9Pn64cbhC

您的问题似乎是网络连接问题。
请注意,Ubuntu 17.10很快就会推出EOL,考虑将其升级到18.04 LTS。

在我的18.04 LTS系统上,我得到以下信息:

 mate@bionic:~$ snap install --classic anbox-installer anbox-installer 1 from 'morphis' installed mate@bionic:~$ anbox-installer The anbox-installer is deprecated. Please find updated installation instructions here https://github.com/anbox/anbox/blob/master/docs/install.md For any further questions please ask on the #anbox IRC channel on the FreeNode network or in the Anbox telegram group (https://t.me/anbox). 

访问https://github.com/anbox/anbox/blob/master/docs/install.md为我们提供了新的安装说明:

 sudo add-apt-repository ppa:morphis/anbox-support sudo apt update sudo apt install anbox-modules-dkms sudo modprobe ashmem_linux sudo modprobe binder_linux snap install --devmode --beta anbox 

然后查阅有关软件安装的官方文档或只需运行anbox.appmgr