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?
Android Studio PPA is maintained by Paolo Rotolo. We just need to add PPA to our system and install it using the following commands:
$ sudo add-apt-repository ppa:paolorotolo/android-studio $ sudo apt-get update $ sudo apt-get install android-studio
For more, see allubuntu.com