itsmeit.bizitsmeit.biz
  • Home
  • Windows
    • Windows Software
  • Ubuntu & Linux
    Ubuntu & Linux
    The top blog articles on Ubuntu and Linux, featuring valuable tips and tricks, empower you to master these operating systems and enhance your experience.
    Show More
    Top News
    How to install phpMyadmin with Nginx on Ubuntu 22.04 | 20.04
    How to install phpMyadmin with Nginx on Ubuntu 22.04 | 20.04
    November 11, 2023
    How to clean up junk files on Ubuntu 22.04 | 20.04 LTS
    How to clean up junk files on Ubuntu 22.04 | 20.04 LTS
    November 10, 2023
    How to use chmod command in Linux or Ubuntu with examples
    How to use chmod command in Linux or Ubuntu with examples
    November 11, 2023
    Latest News
    How to install Composer on Ubuntu 20.04 | 22.04 & Linux
    November 13, 2023
    How to Configure Redis Cache to Speed ​​Up WordPress Site
    November 15, 2023
    Install Ibus-bamboo or Ibus-unikey for Accented Letters on Ubuntu 22.04
    November 11, 2023
    How to install MariaDB on Ubuntu 22.04, 20.04 and Debian
    November 11, 2023
  • Web developer
    • Wordpress Theme
      • Blog News
      • Fashion Theme
      • Theme Elementor
      • WooCommerce Theme
    • Wordpress Plugin
    • Magento Developer
Reading: How to Install Android Studio on Ubuntu 22.04 or 20.04
Share
Font ResizerAa
itsmeit.bizitsmeit.biz
Font ResizerAa
  • Linux & Ubuntu
  • Windows Tips & Trick
  • Windows Software
  • Log Out
Have an existing account? Sign In
Follow US
Copyright © 2022. All Rights Reserved.
Ubuntu & Linux

How to Install Android Studio on Ubuntu 22.04 or 20.04

duyanh
Last updated: November 11, 2023
By duyanh Published November 11, 2023
Share
SHARE

Table of contents

  1. Three Methods to Install Android Studio on Ubuntu 22.04 or 20.04
    1. Update the system and install Java JDK
    2. Method 1: Download FILE directly to install Android Studio on Ubuntu
      1. Step 1: Download Android Studio
      2. Step 2: Extract and install Android Studio
    3. Method 2: Install Android Studio via Repository (recommended)
      1. Step 1: Add android-studio repository (APT)
      2. Step 2: Install the Android Studio IDE app
    4. Method 3: Install Android Studio via Snapd
      1. Step 1: Install Snapd
      2. Step 2: Install Android Studio Classic
    5. Add Android Studio icon to taskbar

Android Studio is a comprehensive integrated development environment (IDE) created by Google for developing applications and software on Android operating system-based devices. If you wish to install Android Studio on Ubuntu 22.04 | 20.04, you can refer to the instructions provided by ItsmeIT below.

How to Install Android Studio on Ubuntu 22.04 or 20.04
How to Install Android Studio on Ubuntu 22.04 or 20.04 (illustration)

Three Methods to Install Android Studio on Ubuntu 22.04 or 20.04

First, Android Studio requires JDK (Java Development Kit) version 8 or higher to work. You can install the JDK with the following command:

Prior to installation, it is imperative to note that Android Studio necessitates JDK (Java Development Kit) version 8 or a higher version. You can install the JDK with the following command:

Update the system and install Java JDK

sudo apt update
sudo apt install openjdk-11-jdk
Install Java JDK 11 on Ubuntu

Now validate if Java JDK application has been installed successfully.

java --version

Method 1: Download FILE directly to install Android Studio on Ubuntu

Step 1: Download Android Studio

You can download Android Studio from the Google homepage by following the link. Then choose the version that matches your Ubuntu operating system (this is the Linux version).

Download FILE directly to install Android Studio on Ubuntu
Download FILE directly to install Android Studio on Ubuntu (illustration)

Step 2: Extract and install Android Studio

After downloading, open terminal (CTL + ALT + T) extract the downloaded file with the following command:

tar -xvf <file_name_android_studio>.tar.gz

Go ahead, move into the directory android-studio/android/binand run the file studio.sh to start Android Studio:

cd /opt/android-studio/bin
sudo chmod +x studio.sh
sudo ./studio.sh

Method 2: Install Android Studio via Repository (recommended)

Install Android Studio via Repository

To install Android Studio on Ubuntu 22.04, you can use the PPA repository installation method. By using this method, you can proceed with the installation process easily and efficiently.

Step 1: Add android-studio repository (APT)

Before install Android Studio on Ubuntu 22.04 or 20.04, you need to ensure that Java JDK is installed. After that, you should add the Android Studio repository and update the system to ensure that the repository functions properly.

sudo add-apt-repository ppa:maarten-fonville/android-studio
sudo apt update

Step 2: Install the Android Studio IDE app

Install Android Studio IDE application on Ubuntu via repository (illustration)
Install Android Studio IDE application on Ubuntu via repository (illustration)

This command will guide you through installing the latest and most stable version of Android Studio software on the Ubuntu operating system:

sudo apt install android-studio -y

Method 3: Install Android Studio via Snapd

Snapd is an open source package management tool that provides the ability to quickly and conveniently install Android Studio on Ubuntu 20.04 or 22.04.

Step 1: Install Snapd

Snap is pre-installed on Ubuntu 22.04 by default. However, if it is not already installed, you can use the command below.

sudo apt install snapd

Step 2: Install Android Studio Classic

sudo snap install android-studio --classic
Install Android Studio Classic via snapd on Ubuntu 22.04 (illustration)
Install Android Studio Classic via snapd on Ubuntu 22.04 (illustration)

If you want to remove android studio once installed via snapd you can use this command to remove it from the system:

sudo snap remove android-studio

Add Android Studio icon to taskbar

Add Android Studio icon to taskbar (illustration)
Add Android Studio icon to taskbar (illustration)

To add the Android Studio icon to the taskbar on Ubuntu, you can search for “Android Studio” in the search menu and then click “Add to Favorites”. After successfully adding the icon, you can click on it to open the application and start working.

These are the methods for installing Android Studio on Ubuntu 22.04 or 20.04 LTS operating systems. Which method did you choose? Please leave a comment below!

– Advertising –

Share this Article
Facebook Twitter Pinterest LinkedIn Reddit Telegram
Leave a comment Leave a comment
Subscribe
Connect with
Login
Notify of
guest
Connect with
guest
0 Comments
Inline Feedbacks
View all comments
Previous Article How to install Windows 11 on Ubuntu 22.04 using VirtualBox How to install Windows 11 on Ubuntu 22.04 using VirtualBox
Next Article How to install MariaDB on Ubuntu 22.04, 20.04 and Debian How to install MariaDB on Ubuntu 22.04, 20.04 and Debian

You Might Also Like

How to install Composer on Ubuntu 20.04 | 22.04 & Linux

How to Configure Redis Cache to Speed ​​Up WordPress Site

Install Ibus-bamboo or Ibus-unikey for Accented Letters on Ubuntu 22.04

How to install MariaDB on Ubuntu 22.04, 20.04 and Debian

How to fix login error Gnome Online Accounts Ubuntu 22.04

Stay Connected

Facebook Like
Twitter Follow
Pinterest Pin
Telegram Follow

Popular Posts

Download Plugin Product Video Gallery for Woocommerce v1.5.0
Plugin Product Video Gallery for Woocommerce v1.5.0
November 17, 2023 8 Views
Download Prevent Spam Register Plugin - Block WordPress Spam Accounts
Prevent Spam Register Plugin – Block WordPress Spam Accounts
November 17, 2023 4 Views
Elementor PRO v3.17.0 Plugin (Full Templates Pack + Demo)
Download Plugin Elementor PRO 3.17.0 (+Full Templates Pack)
November 17, 2023 18 Views
Download Newspaper v12.6.1 - WordPress theme News Magazine
Download Newspaper v12.6.1 – WordPress theme News Magazine
November 17, 2023 10 Views
JNews v11.1.3 - WordPress newspaper magazine blog AMP
JNews v11.1.3 – WordPress newspaper magazine blog AMP
November 17, 2023 8 Views
Download Keyword Tool v2.3.3: SEO WordPress Keyword Research Plugin
Keyword Tool v2.3.3: SEO WordPress Keyword Research Plugin
November 17, 2023 9 Views
We provide tips and tricks on Internet technology, computers, servers as well as share experiences for developers and website designers.

DMCA.com Protection Status

Quick Link

  • Ubuntu & Linux
  • Windows

General Policy

  • About US
  • Contact US
  • Disclaimer
  • Privacy Policy
  • Terms of Service

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

itsmeit.bizitsmeit.biz
Follow US
Copyright © 2023. All Rights Reserved.
  • Windows Software
  • Ubuntu & Linux
Welcome Back!

Sign in to your account

Continue with Google
Continue with TikTok
Continue with GitHub
Register Lost your password?