

Once the java installation process gets completed pass the -version command to check version details: $ java -version openjdk version "1.8.0_282" You can simply install OpenJDK with a single command: $ sudo apt install openjdk-8-jdk The above output confirmed that we are missing OpenJDK, so we need to proceed with Installation. Sudo apt install openjdk-8-jre-headless # version 8u282-b08-0ubuntu1~20.04 Sudo apt install default-jre # version 2:1.11-72, or Once you throw a command, you should expect to get the Install JDK version, In case of the following output on the terminal screen: Command 'java' not found, but can be installed with: If a question arises, What is OpenJDK? In short, OpenJDK (OpenSource Java Development Kit) makes work easier to Implement Java features in Applications.įirst, we need to verify whether JDK is already Installed or not to check pass the below command: $ java -version To run Android Studio on your Ubuntu system, android require OpenJDK. We will not ask much from your end, Simply you should be able to install applications from the Internet on your Ubuntu Systems rest assured to us, and If you don’t how to add users into the sudo group in Linux learn more. After all, It’s up to you which method you will choose.


Different way to Install Android Studio on Ubuntu and Other Linux Distributions

I believe this article will help for other Ubuntu versions, too, such as 18.04, 20.10 as well as other Ubuntu-based distributions like POP-OS, Linux Mint, Kubuntu, Elementary OS, and Zorin OS. Throughout this article, We will install Android Studio on Ubuntu 20.04.
