如何使用 umake 和 snap 安装 android studio?ubuntu-make.umake 用法

如何使用 umake 和 snap 安装 android studio?ubuntu-make.umake 用法

如何安装通过 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

  • 运行 Ubuntu Make:

    snap run ubuntu-make.umake android
    
  • 答案2

    我相信这不再需要,如果你使用

    snap install ubuntu-make --classic
    

    然后你需要重启系统以便 snap 在你的路径中。之后你就可以简单地运行了。

    umake android
    

    相关内容