Why can't I get Android Studio from umake anymore?

Solution 1:

To install Android Studio in Ubuntu 16.04 ,You need the latest version of umake which is 16.05 . Check your umake version using

umake --version

you need to not, install umake from the standard ubuntu repositories, instead add ubuntu-desktop repository to get latest umake version. Add repository by

sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make

Update software Source

sudo apt-get update

Now install/upgrade umake

sudo apt-get install ubuntu-make

Now install Android Studio by

sudo umake android android-studio