Abends:
Cannot complete the install because one or more required items cocould not be found.
Software being installed: Android development tools 11.0.0.v201105251008-128486 (COM. Android. Ide. Eclipse. ADT. feature. Group 11.0.0.v201105251008-128486)
Missing requirement: Android development tools 11.0.0.v201105251008-128486 (COM. android. IDE. eclipse. ADT. feature. group 11.0.0.v201105251008-128486) requires 'org. eclipse. GEF 0.0.0 'But it cocould not be found
========================================================== ========================================================== =
===== Jun. 16th, 2011 ==========================
Today, I downloaded Android SDK by Android core starter package, and I also downloaded eclipse3.6.2 and ADT plugin. When I installed Android plugin by offline way. I got the following abends:
Cannot complete the install because one or more required items cocould not be found.
Software being installed: Android development tools 11.0.0.v201105251008-128486 (COM. Android. Ide. Eclipse. ADT. feature. Group 11.0.0.v201105251008-128486)
Missing requirement: Android development tools 11.0.0.v201105251008-128486 (COM. android. IDE. eclipse. ADT. feature. group 11.0.0.v201105251008-128486) requires 'org. eclipse. GEF 0.0.0 'But it cocould not be found
It indicates that in my classic eclipse 3.6.2 platform lacks the plugin 'org. Eclipse. GEF 0.0.0 ', even if I found a dependent plugin. Another dependency problem occurs.
Org. Eclipse. WST. SSE. Core 0.0.0 'But it cocould not be found
So I need to find it again. And another similar problem occurs again ....
Fixed method:
It is so late, I will continue it tomorrow ....
======= Jun. 17th, 2011 ============================
Today, I will show the fixed method. it indicates that your classic eclipse3.6.2 lacks some dependent plugins. either online or offline installation of ADT requires calculating dependent plugins. refer to the following steps to install ADT and download the dependent plugins at the same time. note that the step 4.
- Start eclipse, then selectHelp>Install new software....
- ClickAdd, In the top-right corner.
- In the Add repository dialog that appears, enter "ADT plugin" forNameAnd the following URL forLocation:Https://dl-ssl.google.com/android/eclipse/
- ClickAvailable software sites,SelectHeilos, Value isHttp://download.eclipse.org/releases/heliosFor downloading dependent plugins, if no heilos, refer to step 2 and 3 to add heilos.
- ClickOKNote: If you have trouble acquiring the plugin, try using "HTTP" in the location URL, instead of "HTTPS" (HTTPS is preferred for security reasons ).
- In the Available Software Dialog, select the checkbox next to Developer Tools and clickNext.
- In the next window, you'll see a list of the tools to be downloaded. ClickNext.
- Read and accept the license agreements, then clickFinish. Note: If you get a security warning saying that the authenticity or validity of the software can't be established, clickOK.
- When the installation completes, restart eclipse.