如何安装通过 snap 从 umake 中获取 android-studio?这似乎是一个umake
用法问题……但命令看起来正确的。
thufir@dur:~$
thufir@dur:~$ snap install ubuntu-make
error: This revision of snap "ubuntu-make" was published using classic confinement and thus
may perform arbitrary system changes outside of the security sandbox that snaps are
usually confined to, which may put your system at risk.
If you understand and want to proceed repeat the command including --classic.
thufir@dur:~$
thufir@dur:~$
thufir@dur:~$ snap install ubuntu-make --classic
ubuntu-make master from 'didrocks' installed
thufir@dur:~$
thufir@dur:~$ ubuntu-make.umake android
Segmentation fault (core dumped)
thufir@dur:~$
这似乎是建议方法。
答案1
在https://github.com/ubuntu/ubuntu-make
如果您使用 Ubuntu Make snap,可以确保您始终拥有最新和最好的版本,即使在较旧的受支持版本上也是如此。
snap install ubuntu-make --classic
然后可以运行 Umakeubuntu-make.umake
snap run ubuntu-make.umake android
答案2
我相信这不再需要,如果你使用
snap install ubuntu-make --classic
然后你需要重启系统以便 snap 在你的路径中。之后你就可以简单地运行了。
umake android