我是Ubuntu18.04 LTS的新手,我想安装Anbox。我有困难安装Anbox的方式,在目前的教程。我的麻烦是
$ sudo snap install --devmode --beta anbox
error: snap "anbox" is not available on beta for this architecture (i386)
but exists on other architectures (amd64).发布于 2018-09-15 09:11:07
答案很简单,您使用的是32位(I386)操作系统。不幸的是,Anbox不支持32位系统(I386).It只存在于虚拟盒上安装安卓的64位(Amd64).Try上。
https://askubuntu.com/questions/1075468
复制相似问题