2

I'm having trouble making eclipse update the default icons and app name. I have changed the icons in the res/drawable-[h][m][l] folders and changed the 'app_name' in the manifest file but i still see the old icon and name when i test on my device.

I made the application with phonegap, if it matters, anyone have any ideas?

alexdmejias
  • 1,399
  • 4
  • 19
  • 34

3 Answers3

5

Try to clean and rebuild your project. Do that by going to Project -> Clean and then rebuild your project.

PhatHV
  • 8,010
  • 6
  • 31
  • 40
  • 1
    What does 'clean' do? It seems to fix many things in Android. – Bilbo Baggins Aug 03 '13 at 15:15
  • This is good question and I found this answer on StackOverflow: [Function of project clean in Eclipse](http://stackoverflow.com/questions/4549161/function-of-project-clean-in-eclipse). – PhatHV Aug 06 '13 at 01:32
0

A clean and rebuild should fix this issue. If not, a fresh restart of Eclipse should do the trick.

Jade Byfield
  • 4,668
  • 5
  • 30
  • 41
0

Note that if you replaced the original files through OS's file manager instead of drag & dropping it into Eclipse, you have to select the /res directory and press F5 to tell Eclipse to refresh, otherwise it will hold onto old resource files.

Kai
  • 15,284
  • 6
  • 51
  • 82