

Installing Android Studio in Ubuntu 20.04/Ubuntu 22.04 Using Ubuntu Make You will prompted to install Android SDK Tools, Android platform tools, Android support library, etc.

You will need to set up a proxy or use a VPN. If you encounter the error “Unable to access Android SDK add-on list”, this means there’s a connection problem between your computer and the Android Studio servers. Select whether you want to import previous Android Studio settings or not, then click OK. If the icon didn’t load, then please log out and log back in or use the following command to start Android Studio. Once the installation is finished, you can open Android Studio from Unity Dash or your preferred app launcher. sudo add-apt-repository ppa:maarten-fonville/android-studioĭuring the installation, the latest Android Studio zip file will be downloaded from Google server. Run the following commands to add Android Studio PPA and install it. Installing Android Studio in Ubuntu 20.04, Ubuntu 22.04 via PPAĪt the time of this writing, the latest stable version is Android Studio 4.2.2, release on June 30, 2021.

This will also install the openjdk-11-jre package, which contains the Java runtime environment and is required to run Java programs. Run the following command to install OpenJDK 11 on Ubuntu 22.04 and Ubuntu 20.04 from the default repository. No matter which method you choose, you first need to install Java. Install Java on Ubuntu 20.04/Ubuntu 22.04 This tutorial is going to show you how to install Android Studio on Ubuntu 20.04 and Ubuntu 22.04 using two methods: PPA and Ubuntu make. It’s open-source, distributed under the Apache license. Android Studio is the official IDE for Android.
