Friday, April 18, 2014

Android Studio: Editor software for Android development

Android Studio: Editor software for Android development

Android Studio, is a software editor (IDE), to develop Android, which is a nice alternative to the famous software editor Eclipse (Eclipse is also available on Linux), and in this post we show how to install Android Studio on Ubuntu.

- To install the Android Studio on Ubuntu 14.04 \ 13.10 Open the terminal and run the following three commands:

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

- If you want to uninstall it, run the following two commands:

 sudo apt-get install ppa-purge 
 sudo ppa-purge ppa:paolorotolo/android-studio

     

Share this article :

0 comments:

Post a Comment