How to install Android Studio on Ubuntu

Android studio is the standard IDE for developing android apps; it is the official development tool for android. Therefore if you want to develop some apps, you need to have an android studio installed on your ubuntu.

Steps to install Android Studio on Ubuntu:-

  • Download the android studio zip file on the android studio official page.
  • Open Terminal and then go to the directory where the zip file located.
  • Extract the zip file to /opt/ directory.
sudo unzip android-studio-ide-145.3537739-linux.zip -d /opt/
  • Run the studio.sh.
/opt/android-studio/bin/studio.sh
  • Follow the setup wizard.
  • Done! you have just installed an android studio on your ubuntu.

Every time you want to open an android studio, all you have to do is run the studio.sh from the command line.

More Trick on Android:- Block Ads on Android Mobile

Leave a Reply

Your email address will not be published. Required fields are marked *