Software⏱️ 3 min read📅 2026-06-11

How to Fix: Why it shows Error while giving adt plugin in Eclipse for Android application development?

Error installing ADT plugin in Eclipse for Android development, missing required software version.

Quick Answer: Update Eclipse to version 3.6.2 or later to resolve the issue.

The error message 'Cannot complete the install because one or more required items could not be found' is displayed when attempting to install the Android Development Tools (ADT) plugin in Eclipse for Android application development. This issue affects users who are trying to set up their development environment for Android projects.

This error can be frustrating as it prevents users from continuing with their project setup. However, by following the steps outlined below, you should be able to resolve this issue and successfully install the ADT plugin.

🔍 Why This Happens

  • The primary reason for this error is that Eclipse is unable to find the required version of the 'org.eclipse.ui' feature group, which is a dependency of the Android Hierarchy Viewer. This can happen if the Eclipse installation is outdated or corrupted.
  • An alternative cause could be a mismatch between the Eclipse and ADT plugin versions, which may also lead to this error.

🔧 Proven Troubleshooting Steps

Updating Eclipse to Ensure Compatibility

  1. Step 1: Open the Eclipse Help menu and select 'Install New Software'.
  2. Step 2: In the Install dialog box, click on the 'Workbench' entry under the 'Eclipse' section.
  3. Step 3: Select the version of Eclipse that matches the ADT plugin requirements (typically Eclipse 3.7 or later).
  4. Step 4: Click 'Update' to download and install the latest version of Eclipse.

Resolving Mismatched Plugin Versions

  1. Step 1: Open the Eclipse Preferences dialog box by selecting 'Window' > 'Preferences'.
  2. Step 2: In the Preferences dialog box, navigate to 'General' > 'Install/Update'.
  3. Step 3: Verify that the ADT plugin version matches the Eclipse version. If not, download and install the latest versions of both plugins.
  4. Step 4: Restart Eclipse after updating the plugins.

💡 Conclusion

By following these steps, you should be able to resolve the error and successfully install the ADT plugin in Eclipse for Android application development. Remember to always update your Eclipse installation to ensure compatibility with the latest ADT plugin versions.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions