Home >Java >javaTutorial >How to Resolve the Android ADT v23 Update Error in Eclipse?

How to Resolve the Android ADT v23 Update Error in Eclipse?

DDD
DDDOriginal
2024-12-18 12:08:18655browse

How to Resolve the Android ADT v23 Update Error in Eclipse?

Error Encountered During Eclipse Update with Android Development Tools v. 23

Upon updating Eclipse with the latest Android SDK tools (rev. 23), users may encounter an error message indicating that Android Developer Toolkit (ADT) version 23.0.0 or higher is required. However, the "Check for updates" utility fails to locate the update.

Resolution via Manual Installation

To resolve this issue, follow these steps:

  1. Launch Eclipse and navigate to the "Help" menu.
  2. Select "Install New Software..."
  3. In the "Work with" field, enter the Android source URL: https://dl-ssl.google.com/android/eclipse
  4. Select "ADT v23.0" for installation and click "Next."
  5. If an "Install Remediation Page" appears, select "Update my installation to be compatible with items being installed." This will uninstall the old ADT version.
  6. Proceed with the standard installation steps.

Note:

Avoid including the "Android Native Development Tools" package during the initial installation. Instead, install the remaining packages and add "Android Native Development Tools" separately.

Alternative Method:

If the "Remediation page" is not displayed during the installation, the ADT plugin can be manually uninstalled from Eclipse by navigating to the "Help" menu, selecting "About Eclipse," and clicking on "Installation Details."

Caution:

This alternative method carries the risk of accidentally uninstalling Eclipse itself. Therefore, proceed with caution.

The above is the detailed content of How to Resolve the Android ADT v23 Update Error in Eclipse?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn