How to open the Configure Launcher Icon window in the android developer tools (ADT)?

adt, android

Solution

If you right-click on your project -> choose "New" -> choose "Other" -> open "Android" sub-tree -> choose "Android Icon Set", you'll find the wizard you're looking for.

Problem

I installed the ADT and have already created my project. But now I want to change the settings of the app icon in the Configure Launcher Icon window. But I cannot find where to open it. Does anyone know? If you don't know how it looks like: See step 14 here http://setup-steps.blogspot.ca/2013/03/android-developer-tools-adt-bundle.html Thanks.

Original source