Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

android

adt

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.

like image 578
omega Avatar asked Dec 11 '22 13:12

omega


1 Answers

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.

like image 190
Vikram Avatar answered Dec 21 '22 09:12

Vikram