
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. From official source (install android studio tar.gz)Īs you can see how many different ways to Install Android Studio, and trust me, we will cover all this method.

One can install Android Studio on Linux machine through several way such as: 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.

Install Android Studio using Ubuntu Store.Install Android Studio from Ubuntu Official Repository.Different way to Install Android Studio on Ubuntu and Other Linux Distributions.It will add both shortcut in desktop and in menu. opt/android-studio/bin/studio.shĬomment=Integerated Development Environment for Android For example, I have copied android-studio in opt/ folder. You have to specify where you have copied you android-studio files. To create a shortcut create a file sktop and fill it with given code:Ĭopy paste this text. Now you should have installed 32-bit libraries properly in your 64-bit Ubuntu.Īfter copying the Android Studio files you can run it by entering command To add support for 32-bit packages, run the command: sudo dpkg -add-architecture i386Īnd finally install 32-bit libraries for Android Studio: sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386 So the solution of this problem is to add support for 32-bit packages in a 64-bit machine and then installing the 32-bit libraries for Android studio. Libncurses5:i386 : Depends: libtinfo5:i386 (= 6.1-1ubuntu1) but it is not going to be installed Trying to run this command shows the error: E: unmet dependencies.

After installing Android Studio in 64-bit Ubuntu you have to install some 32-bit libraries and the command for installing them is: sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386 64-bit Ubuntu does not support 32-bit packages by default so while installing 32-bit libraries it shows error.
