Sunday, May 1, 2016

How To Install Android Studio From Terminal On Linux


How to install android studio from terminal on linux operating system (Ubuntu, Debian, ETC)
Today i'll show you how to do it!.

Open your terminal on type this command :

sudo apt-add-repository ppa:paolorotolo/android-studio
sudo apt-get update
sudo apt-get install android-studio

Note : In this installation is Integrated Android developer tools for development and debugging.
Or you can directly download .deb file of android studio here

Reference : Here

No comments:

Post a Comment