Hello Linux Geeksters. As you may know, Ubuntu Developer Tools Center is an command-line, open-source tool that enables the users to easily install the main platforms for Android application development.
The newest version available is Ubuntu Developer Tools Center 0.1, which has been recently released.
In this article I will show you how to install Ubuntu Developer Tools Center 0.1 on Ubuntu 15.04 Vivid Vervet, Ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr and derivative systems like Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Pinguy OS 14.04, Elementary OS 0.3 Freya, Deepin 2014, Peppermint Five, LXLE 14.04, Linux Lite 2.0.
Follow the instructions for your system exactly, in order to get a successful installation.
For Ubuntu 15.04, Ubuntu Developer Tools Center 0.1 is available via the default repositories, so all you have to do is update the local repository index and install the ubuntu-developer-tools-center package:
$ sudo apt-get update
$ sudo apt-get install ubuntu-developer-tools-center
To install Ubuntu Developer Tools Center 0.1 on Ubuntu 14.10, Ubuntu 14.04 and derivative systems, we have to add a third party PPA, update the local repository index and install the ubuntu-developer-tools-center package. Like this:
$ sudo add-apt-repository ppa:didrocks/ubuntu-developer-tools-center
$ sudo apt-get update
$ sudo apt-get install ubuntu-developer-tools-center
After the Ubuntu Developer Tools Center has been successfully installed, install Android Studio and Android SDK via the below command:
$ udtc android
To install Eclipse, do:
$ udtc ide eclipse
And for Android ADT, via Eclipse, do:
$ udtc android eclipse-adt