Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android plugin install problems in eclipse

I am trying to install the ADT Plugin. I go to Help install new software in eclipse and then after selecting the development tool I get this error

Cannot complete the install because one or more required items could not be found.
  Software being installed: Android Traceview 16.0.1.v201112150204-238534 (com.android.ide.eclipse.traceview.feature.group 16.0.1.v201112150204-238534)
  Missing requirement: Android Traceview 16.0.1.v201112150204-238534 (com.android.ide.eclipse.traceview.feature.group 16.0.1.v201112150204-238534) requires 'org.eclipse.ui 3.6.2' but it could not be found

EDIT I have eclipse 3.5.2

like image 656
Lukap Avatar asked Dec 25 '11 10:12

Lukap


3 Answers

I did not found any solution for this. But instead of using eclipse installed with

sudo apt-get install eclipse

I downloaded it from a web page and I start that (the downloaded) eclipse, and with that version it works just fine

like image 103
Lukap Avatar answered Nov 10 '22 16:11

Lukap


You need to install GEF and WST first.

GEF Update Site : http://download.eclipse.org/tools/gef/updates/releases/ (dead)

WST Update Site : http://download.eclipse.org/releases/galileo

like image 38
hewigovens Avatar answered Nov 10 '22 15:11

hewigovens


I had the same problem, run eclipse as administrator and try to instal ADT plugin again, it works.

like image 3
Tiara Polaris Avatar answered Nov 10 '22 16:11

Tiara Polaris