-
Download the Android Studio from official website (eg.
android-studio-2022.3.1.22-linux
). -
Unzip the downloaded file (eg. you will get a
android-studio
folder after unzipping). -
Move the unzipped folder (eg.
android-studio
) to/usr/local/
using the commandsudo mv ~/Downloads/android-studio /use/local/
-
Enter the folder and install the Android Studio with the following commands:
cd /use/local/android-studio/bin/
./studio.sh # this will show you the GUI for installation, click next all the way to install it
-
You can start Android Studio via running
sh /usr/local/android-studio/bin/studio.sh
next time. -
More detailed ways of installation can be found on Official Websites Installation Guide Page.