Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open up 'Launcher Icon Creation Wizard' in eclipse(Android)?

This wizard appears when creating new android projects.

I would like to change the app icon of an android project. Editing my new-version icon image into different density manually is kinda inefficient, therefore I want to open this wizard in eclipse again. How am I supposed to do it?

the image of the wizard: enter image description here

like image 708
lokcon Avatar asked Jan 16 '13 05:01

lokcon


2 Answers

  1. Right click on your project.
  2. Select New and then other.
  3. In the type filter text section type in android icon set.
  4. Select Android Icon Set from the result and click on Next. You can create your launcher icon again there!
like image 177
Antrromet Avatar answered Nov 04 '22 13:11

Antrromet


Icon creation wizard

  • Select your project
  • Ctrl+n
  • Android Icon Set
like image 22
hanoo Avatar answered Nov 04 '22 12:11

hanoo