Home >Java >javaTutorial >Why Can't I Create or Edit Android Virtual Devices (AVDs) in Eclipse (ADT 22.6)?

Why Can't I Create or Edit Android Virtual Devices (AVDs) in Eclipse (ADT 22.6)?

Linda Hamilton
Linda HamiltonOriginal
2024-11-10 20:47:031030browse

Why Can't I Create or Edit Android Virtual Devices (AVDs) in Eclipse (ADT 22.6)?

Unable to Create or Edit Android Virtual Devices (AVD) from Within Eclipse (ADT 22.6)

Eclipse users have faced difficulties creating or editing Android Virtual Devices (AVD) with the Android Development Toolkit (ADT) version 22.6. Despite the visual availability of the "OK" button, clicking it has no effect.

Potential Solution:

This issue has been identified as a bug in ADT 22.6. To resolve it, users should install the updated version, ADT 22.6.1, which can be obtained from the link provided. Alternatively, the SDK manager can be used to update as well.

Alternative Workarounds:

While waiting for the latest ADT update, alternative methods to create or edit AVDs can be utilized:

  • AVD Manager from Android SDK: Launch the AVD manager directly from the Android SDK folder by executing "AVD manager.exe."
  • AVD Manager from SDK Manager: Open the AVD manager through the SDK Manager by navigating to "Tools --> Manage AVDs..." within Eclipse.

Temporary Rollback (Optional):

If the above solutions fail, users can temporarily roll back to the previous ADT version, 22.3.0. This involves uninstalling the current ADT installation via "Help --> About Eclipse --> Installation Details --> Android Development Tools --> Uninstall" and reinstalling ADT 22.3.0 from the provided archive.

Updates and Further Findings:

Android Open Source Project members have acknowledged this issue and plan to address it in upcoming ADT versions. In the meantime, users are advised to utilize the alternative methods mentioned above.

The above is the detailed content of Why Can't I Create or Edit Android Virtual Devices (AVDs) in Eclipse (ADT 22.6)?. 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