How to Install Android Studio in Linux

Table of Contents
Install Android Studio in Linux
Android Studio is official IDE for android apps development. In this tutorial, you are going to learn how to install Android Studio in Linux.
Prerequisites
Before you start to install Android Studio in Linux. You must have the non-root user account on your Desktop with sudo privileges.
You should also have Java installed on your system.To check whether Java installed or not please enter following command.
java -version
If java is not installed on your system then refer following tutorials:
Install Java in Linux
In this tutorial we are going to install Android Studio 3.4 in Linux as 3.4 is the current latest version available at the time of writing this tutorial. If you want latest version then you can visit official Android Studio download page:
To download Android Studio 3.4 run below command:
wget https://dl.google.com/dl/android/studio/ide-zips/3.4.0.18/android-studio-ide-183.5452501-linux.tar.gz
Now extract the downloaded package by using following command:
sudo tar -xvzf android-studio-ide-183.5452501-linux.tar.gz
Next navigate to the extracted directory using following command:
cd android-studio
Then navigate to bin
directory using following command:
cd bin
Now start installing Android Studio by running following command:
./studio.sh
Here you will be prompted for configuration settings just click on next and in another step select standard installation and click on next.
After completing all of these initial things you have successfully installed android studio in your Linux system successfully.
Conclusion
You have learned how to install Android Studio in Linux. If you have any queries regarding this please don’t forget to comment out.
LATEST POSTS
-
How to Install Yarn on Linux Mint 10
-
How to install LEMP Stack on Ubuntu 18.04
-
How to Add Swap Space on Debian 9
-
How to List Installed Packages on Ubuntu
-
How to Install RubyMine on Debian 9
-
How to Add Swap Space on Ubuntu 18.04
-
How to Install RubyMine on Fedora 29
-
Best Ways to Create a File in Linux
-
How to Install Android Studio in Linux
-
How to Install PyCharm on Linux Mint 19
-
How to Install IntelliJ IDEA IDE on Linux Mint 19
-
How to Install Gradle on CentOS 7