Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing ADT on Eclipse

This kind of speaks for itself...

Cannot complete the install because one or more required items could not be found.

Software being installed: Android Native Development Tools 20.0.0.v201206242043-391819 (com.android.ide.eclipse.ndk.feature.group 20.0.0.v201206242043-391819)

Missing requirement: Android Native Development Tools 20.0.0.v201206242043-391819 (com.android.ide.eclipse.ndk.feature.group 20.0.0.v201206242043-391819) requires 'org.eclipse.cdt.feature.group 0.0.0' but it could not be found

Did somebody else had the same problem ? Google tells me to install the plugin manually.

ADT Installation

like image 975
Dominic Rose Avatar asked Jul 10 '12 18:07

Dominic Rose


People also ask

What is ADT plugin for Eclipse?

Android Development Tools (ADT) is a plugin for the Eclipse IDE that is designed to give you a powerful, integrated environment in which to build Android applications.

Which Eclipse is used for ABAP?

ABAP Development Tool(ADT) is an Eclipse based tool provided by SAP. You will need ADT if you have to work on the HANA CDS Views. Even though, CDS views are embedded into the ABAP Dictionary, there are some differences in the features available between the Eclipse and the Data Dictionary environments.

What is ADT in SAP?

ABAP Development Tools for SAP NetWeaver (ADT) enables ABAP developers to perform development tasks using the ABAP application server capabilities in an Eclipse-based IDE or on the classic ABAP Workbench.


2 Answers

I had this problem too, and I solved it by the next way.

  1. Go to Help, "Install New Software..."
  2. Click on "Available Sofware Sites"
  3. Search http://download.eclipse.org/releases/indigo and enable it
  4. Search http://download.eclipse.org/tools/cdt/releases/indigo and enable it
  5. Come back to Help, "Install New Software..."
  6. Check "Contact all update sites during install to find requiered sofware"
  7. Install ADT Plugin
  8. IT MUST WORK!!!
like image 144
Jc Miñarro Avatar answered Sep 21 '22 09:09

Jc Miñarro


Just in case someone needs it, I had the same problem and solved it. It was the missing repositories that were the issue. For Juno I just went to "Install new software" > click "Add" and enter Juno as name and "http://download.eclipse.org/releases/juno" in location. After that everything works.

like image 28
ramses Avatar answered Sep 23 '22 09:09

ramses