How to Install Android Studio on Ubuntu 24.04

|
Published:
|
|

In this article, we are going to walk you through the step-by-step procedure for installing Android Studio on Ubuntu 24.04. Android Studio is an open-source integrated development environment (IDE) for developers to build, test, and run Android applications. You can install and use this application on Windows, macOS, and Linux operating systems. 

There are several ways you can use to deploy this application on Ubuntu 24.04. In this article, we have shown you the installation through the snap store. You can head over to this article for more methods for installing Android Studio like using apt package manager, GUI or app center, and flatpak.

Install Android Studio on Ubuntu 24.04

Launch the terminal by utilizing Show Apps or using the shortcut key which is CTRL + ALT + T.

Install Snapd Package Manager

The first and most important step is to check if you have Snapd package manager installed on your Ubuntu system. If it is not installed, you can run (sudo apt install snapd) the command to install it.

snap version
image

As you can see from the screenshot the Snap package is installed.

Install Android Studio

When you are sure that snapd package manager is installed, you can run the below command to install Android Studio on your system.

sudo snap install android-studio --classic
image 2

This can take you several minutes to complete. Sit back, relax, and do not close the terminal. You may be prompted with Y/N options. Press y and hit enter from the keyboard if asked to do so.

Launch Android Studio

When the installation is completed, you can run the software from the App Centre or Show Apps.

image 4

Conclusion

Thank you for stopping by and reading my article. If this solves your problem, hit like and subscribe to my blog (Linux World).

More information:

SUPPORT US VIA A VIRTUAL CUP OF COFFEE

We're passionate about sharing our knowledge and experiences with you through our blog. If you appreciate our efforts, consider buying us a virtual coffee. Your support keeps us motivated and enables us to continually improve, ensuring that we can provide you with the best content possible. Thank you for being a coffee-fueled champion of our work!

Photo of author
Kifarunix
Linux Certified Engineer, with a passion for open-source technology and a strong understanding of Linux systems. With experience in system administration, troubleshooting, and automation, I am skilled in maintaining and optimizing Linux infrastructure.

Leave a Comment