When installing ADT in eclipse in Ubuntu, you may encounter a solution missing org. eclipse. wst. sse. core0.0.0.
Source: Internet
Author: User
Today, I used eclipse in Ubuntu to configure the Android development environment. the following error occurs when I configure the ADT: 1Cannotcompletetheinstallbecauseoneormorerequireditemscouldnotbefound. 2Softwarebeinginstalled... today, the following error occurs when you configure the ADT with eclipse in Ubuntu to configure the Android development environment:
1 Cannot complete the install because one or more required items cocould not be found.
2 Software being installed: Android Development Tools 8.0.1.v201012062107-82219 (com. android. ide. eclipse. adt. feature. group 8.0.1.v201012062107-82219)
3 Missing requirement: Android Development Tools 8.0.1.v201012062107-82219 (com. android. ide. eclipse. adt. feature. group 8.0.1.v201012062107-82219) requires 'org. eclipse. gef 0.0.0 'but it cocould not be found
After Network query, the downloaded eclipse plug-in is incomplete, resulting in the lack of org. eclipse. wst. sse. core
The solution is as follows:
1. in Help-> Install New Software-> "Available Software Sites", find the main update source of your eclipse version, as shown below:
My eclipse is 3.7, and the corresponding development code is Indigo. check the box above and click OK.
If it is not 3.7, or there is no corresponding version in the list, for example, Helios 3.6 (Galileo 3.5, Ganymede 3.4, and Europa 3.3 ), click Add in the Help-> Install New Software window, and enter Helios and Location in the Name column.
1 http://download.eclipse.org/releases/helios
Change indigo to helios. Click OK.
After the update, select "Web, XML, Java EE and OSGi Enterprise Development" at the end of the list and click Next to install and update.
Then you can install ADT as described in the tutorial.
If not stated, the articles on this site are original articles of Taskiller
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.