Setting up Android Studio takes just a few clicks. (You should have already downloaded Android Studio.)
To install Android Studio on Linux, proceed as follows:
Unpack the .zip file you downloaded to an appropriate location for...
Install Java JDK
The manual way
Download the 32-bit or 64-bit Linux "compressed binary file" - it has a ".tar.gz" file extension.
Uncompress it
tar -xvf jdk-8-linux-i586.tar.gz (32-bit)
tar -xvf jdk-8-linux-x64.tar.gz (64-bit)
The...