

Now, the following dialog will display on the desktop of CentOS 8. Or directly click on this file to run it. Here, you will run the ‘studio.sh’ file by using the following command: $. Now, unzip the tar file using the following command: $ tar -xvf Īfter extracting the tar file, you will navigate into the android studio folder and then bin. Navigate into the Downloads using the following command and list files: $ cd Downloads Select the Android Studio IDE for Linux 64 bits system to download.Īccept the following terms and conditions to download the android studio:Īfter that, the android studio IDE for Linux to be saved in your system’s downloads folder. Here, you will choose the desired Android Studio IDE according to your system requirements. Open the URL and click on ‘Download options’ from the displaying web page. You can also download the latest version of the android studio from the official android website here. Installing Android Studio from Android website You can also remove or uninstall the android studio using the following command: $ sudo snap remove android-studio You can also launch Android Studio by typing ‘android-studio’ on the terminal window as follows: $ android-studio

Type ‘android-studio’ in the search bar, you will see the android studio icon in the search results as follows: Once the installation of snap is completed, you will install the android studio using the snap package manager with the help of the following command: $ sudo snap install android-studio -classicĪfter completing the installation of Android Studio, now you will launch this tool using the application search bar. For this purpose, first, you will install snap on your system using the following command: $ sudo yum install snapd The snap application can be used to install Android Studio on CentOS 8. Therefore, you need to install using some other method. If java is not already installed then using the following command you can install it: $ sudo yum install openjdk-11-jdk Installing Android Studio on CentOS 8 using snapĪndroid Studio is not available in the official Yum package repository of CentOS 8. Because most of the Android Studio packages made on Java.įirst, make sure Java is already installed on your system or not using the following command: $ java -version To install Android Studio on your system, you need to install Java as a prerequisite. I will show you two installation methods, first using the snap installer and then using the official Android Studio installer from Google. In this article, I will explain the installation of Android Studio on a CentOS 8 Desktop system. Android Studio is a feature-rich tool to develop mobile applications and user interfaces. It is developed by Google and available for installation on many different operating systems like Linux, Windows, and macOS. Android Studio is a well-known software tool for Android application development.
