Ubuntu – How to install android studio with umake and snap? ubuntu-make.umake usage

android-studioapplication-developmentjavasnapubuntu-make

How do install android-studio from umake through snap? It seems to be a matter of umake usage…but the command looks correct.

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:~$ 

This appears to be the suggested method.

Best Answer

In https://github.com/ubuntu/ubuntu-make

If you use the Ubuntu Make snap to ensure you always have the latest and greatest version, even on older supported releases.

  • Install:

    snap install ubuntu-make --classic
    

    Umake can then be run as ubuntu-make.umake

  • Run Ubuntu Make:

    snap run ubuntu-make.umake android