Unable to Create or Edit AVDs in Eclipse with ADT 22.6
Trying to create or edit an Android Virtual Device (AVD) within Eclipse with ADT 22.6 may encounter an issue where the "OK" button remains clickable but appears unresponsive. This problem was encountered after the ADT 22.6 update and has been widely reported on the Android Open Source Project Issue Tracker.
Workaround for ADT 22.6
Until the bug is fixed in a subsequent build, a possible workaround is to:
Alternative Workarounds
If updating the ADT is not feasible, alternative workarounds include:
Command Line Tool
Note that AVD creation using the command line tool is also affected by this issue.
Updates
Google has confirmed the problem and is working on a fix. In the meantime, a temporary solution is to roll back to ADT version 22.3.0. ADT version 22.6.1 has since been released and resolves this issue.
The above is the detailed content of Why is the 'OK' button unresponsive when creating or editing AVDs in Eclipse with ADT 22.6?. For more information, please follow other related articles on the PHP Chinese website!