Can't create AVD or test any application with AVD after update build tools to 22.6

After update SDK-Build-Tools to 22.6 and ADT-Plugin can't create AVD or launch any application via any emulator those which were previously created before updating.There was no error message has shown in console or in log-cat.So can't track the issue.

Here is the Screen shot. After clicking on OK button nothing happened.

enter image description here


Solution 1:

This is a known issue, we'll have an update out with the fix shortly.

Solution 2:

You can avoid doing all the reverting to older versions by using the command line;

For unix systems:

android list targets

Will list the available api targets you have

 android create avd -n <name> -t <targetID> [-<option> <value>] ...

Will create the avd, then you should be able to see the AVD in your AVD Manager in eclipse. You can check the documentation at http://developer.android.com/tools/devices/managing-avds-cmdline.html