

Now, you will add the android studio official repository to your system. If Java is already installed on your system then, you will skip this step to save your time. So, you will install Java JDK using the following command if it is not already installed on your system: $ sudo apt install openjdk-11-jdk You need to install Java JDK software which is required for the android studio. Follow the following steps to install Android Studio through the repository: Step 1: Install Java JDK on Ubuntu 20.04 But first, you need to make sure some prerequisite packages must be installed on your Ubuntu system. Using this method, you will install the android studio on your Ubuntu 20.04 system by adding its official repository to your source list.

