Ubuntu – How to launch Android Studio using Terminal

androidandroid-studiocommand line

I've just installed Android Studio. After installing, I forgot to add in the launcher. I restarted the system.

Now I want to launch Android Studio from Terminal. I've tried everything but didn't work.

Best Answer

cd into the directory where you unzipped the android studio installer zip file. The folder is named android-studio. It could be in your ~/Downloads folder if you downloaded it from the internet. Now cd into the bin folder and run the studio.sh file

./studio.sh
Related Question