How to change the icon of an Android app in Eclipse?

RSM picture RSM · Jul 31, 2012 · Viewed 210.2k times · Source

I am developing an app using Eclipse IDE Juno and Android SDK.

How do I change my app's icon?

Answer

Rob R. picture Rob R. · Nov 29, 2012

Go into your AndroidManifest.xml file

  • Click on the Application Tab
  • Find the Text Box Labelled "Icon"
  • Then click the "Browse" button at the end of the text box
  • Click the Button Labelled: "Create New Icon..."

  • Create your icon
  • Click Finish
  • Click "Yes to All" if you already have the icon set to something else.

Enjoy using a gui rather then messing with an image editor! Hope this helps!