Reputation: 10984
Hi i am using Eclipse Helios, to install the Android . while installing the ADT plugin, i am getting this long error message.
Kindly suggest a solution for this.
Error message
Cannot complete the install because of a conflicting dependency.
Software being installed: Android Development Tools 16.0.1.v201112150204-238534 (com.android.ide.eclipse.adt.feature.group 16.0.1.v201112150204-238534) Software currently installed: Eclipse IDE for Java EE Developers 1.3.0.20100617-0521 (epp.package.jee 1.3.0.20100617-0521) Only one of the following can be installed at once: Eclipse UI 3.6.1.M20100826-1330 (org.eclipse.ui 3.6.1.M20100826-1330) Eclipse UI 3.6.2.M20110203-1100 (org.eclipse.ui 3.6.2.M20110203-1100) Eclipse UI 3.6.0.I20100603-1100 (org.eclipse.ui 3.6.0.I20100603-1100)
Upvotes: 0
Views: 416
Reputation: 4580
Go to Eclipse ... choose Help > Check for Updates and select any updates for the eclipse platform.... Try installing the ADT plugin again... Worked for me.
Upvotes: 1
Reputation: 33034
Have you installed anything else after you installed Eclipse for Java EE Developers? It looks like something is requiring an older version of Eclipse UI and won't accept a newer version.
Upvotes: 0
Reputation: 11230
Try with Plain Eclipse for Java, Avoid using eclipse for Java EE Developers
Upvotes: 0