I went to the Software Center and installled Eclipse. However, I need the Android Developer Tools version. Is there any way I can get that without having to download the whole package (i.e. Eclipse + ADT) all over again?
Thanks.
I went to the Software Center and installled Eclipse. However, I need the Android Developer Tools version. Is there any way I can get that without having to download the whole package (i.e. Eclipse + ADT) all over again?
Thanks.
Eclipse is not longer supported for Android development. Download Android Studio instead and follow these steps.
The new IDE is built on IntelliJ IDEA Community Edition, the popular Java IDE by JetBrains.
Or, if you really need Eclipse, install the Eclipse ADT plugin
In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location:
https://dl-ssl.google.com/android/eclipse/
Note: The Android Developer Tools update site requires a secure connection. Make sure the update site URL you enter starts with HTTPS.
Click OK.
Read and accept the license agreements, then click Finish.
If you get a security warning saying that the authenticity or validity of the software can't be established, click OK.
As @A.B said, do not forget that Eclipse is not supported anymore.
For people that really need to use Eclipse you can easily install it using Canonical Ubuntu-make
:
For Ubuntu 14.04, 14.10 users :
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make
For Ubuntu 15.04 and up :
Ubuntu make is already in official repositories, run :
sudo apt-get install ubuntu-make
umake ide eclipse
umake ide eclipse --remove