I have to install Android Studio on Ubuntu and I have used this link to download Android Studio.
Is there any easy way to install Studio on Ubuntu?
I was having having an issue with umake being an outdated version. What fixed it was:
sudo apt remove --purge ubuntu-make sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make sudo apt update sudo apt install ubuntu-make umake android