Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ADT Plugin can't install: Missing requirement: Android Development Tools

I tried to install ADT plugin on eclipse helios windows 64 bits classic. I got this error:

Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 16.0.1.v201112150204-238534 (com.android.ide.eclipse.adt.feature.group 16.0.1.v201112150204-238534) Missing requirement: Android Development Tools 16.0.1.v201112150204-238534 (com.android.ide.eclipse.adt.feature.group 16.0.1.v201112150204-238534) requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found

like image 688
user310291 Avatar asked Feb 04 '12 19:02

user310291


2 Answers

you MUST run eclipse as administrator to install plugins under vista or 7!!! right click on the eclipse.exe file (not the shortcut). if you still have problems, try the step below.

one reason this can happen is that you first need to include the release compatible with your version of eclipse:

http://download.eclipse.org/releases/juno (or helios, ganimede, indigo, etc)

in case you are missing the android sdk, download from http://developer.android.com/sdk/index.html

after installing it, you must go inside the folder c:/Program Files (x86)/Android/android-sdk/platforms/ and create a new (empty) folder 'android-7'. then create a folder named temp in c:/Program Files (x86)/Android/android-sdk/ and you will be prompted to download SDK when you start eclipse again (always as administrator)

finally, restart and you should be ok

PS: you must update your eclipse (under HELP) and then exit it. restart in admin mode and open your Android SDK packages (not HELP, the tab on its left [not at my workstation right now, will reedit later]).

without installing basically everything there (some 3 to 12 hours, depending on your connection speed), you will not have a complete environment and some compilation simply will not work.

like image 144
tony gil Avatar answered Nov 06 '22 10:11

tony gil


The eclipse version is old, you need to provide the org.eclipse.wst.sse.core 0.0.0 library to it.

See instructions here : http://code.google.com/intl/es/eclipse/docs/faq.html#wstinstallerror

or , i would recommed to upgrade to Eclipse Indigo, which won't have this problem..

like image 44
Rahul garg Avatar answered Nov 06 '22 12:11

Rahul garg