Table of Contents
This tip is about the how to Install Android Studio on Ubuntu. So read this free guide, How to Install Android Studio on Ubuntu step by step. If you have query related to same article you may contact us.
How to Install Android Studio on Ubuntu – Guide
Android Studio is a fully-featured cross-platform IDE that helps us create apps for Android devices. Android Studio is based on JetBrains IntelliJ IDEA. This IDE contains everything we need for Android development. The Android Studio build system is powered by Gradle, so you can build multiple build types for different devices from one project. This article explains how to install Android Studio on Ubuntu. We can use the same instructions for Ubuntu and any Ubuntu-based distribution, including Kubuntu, Linux Mint and Elementary OS.
Whether you are an Ubuntu user developing an Android app or an open source enthusiast who wants to tinker with the OS without locking down your device, Google’s official Android Studio IDE (integrated development environment) is a piece of software you need to install. Android Studio is an integrated development environment (IDE) for developing native Android applications. It is based on IntelliJ and was developed in collaboration with JetBrains specifically for Android developers. Android Studio is completely free and available for Windows, Linux, Chrome OS and macOS. It is also natively supported on the ARM-based Apple M1 silicon chip.
Install Android Studio from the repository
Using this method, you will install android studio on your Ubuntu 20.04 system by adding its official repository to your source list. But first, you need to make sure that some prerequisite packages must be installed on your Ubuntu system. Follow the steps below to install Android Studio from the repository:
Install Java JDK on Ubuntu 20.04.
You need to install Java JDK software which is required for Android studio. Therefore, you will install the Java JDK using the following command if it is not already installed on your system:
If Java is already installed on your system, you will skip this step to save your time.
Add android-studio repository
Now, you will add the official Android Studio repository to your system. To do this, use the following command in the terminal:
During installation, the prompt will be displayed in the terminal, you will press ‘Enter’ to continue adding your repository, otherwise, if you want to cancel this action, press ‘Ctrl – c’ to cancel adding the repository to your system.
Update apt-cache
After successfully adding the android repository, you will update your apt-cache system using the following command:
Install Android Studio
Now it’s time to install android studio on your Ubuntu 20.04 system using apt package manager. With the help of the following command, you will install Android Studio with all its dependencies:
Start Android Studio
Once you have finished installing Android Studio, you will launch it using the app launcher search bar. To do this, click on Activities which is located in the upper left corner of your desktop on Ubuntu 20.04 system. Now, type the keyword ‘Android Studio’ in the search bar. As you will see the android studio icon in the search results as follows:
Install Android Studio via snap
You can install Android studio using snap on your Ubuntu system using the following command:
You can also install Android Studio using the below mentioned command:
Final note
I hope you like the guide How to Install Android Studio on Ubuntu. In case if you have any query regards this article you may ask us. Also, please share your love by sharing this article with your friends.