alexdmejias
alexdmejias

Reputation: 1419

eclipse not updating android project

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?

Upvotes: 2

Views: 1757

Answers (3)

Kai
Kai

Reputation: 15476

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.

Upvotes: 0

Jade Byfield
Jade Byfield

Reputation: 4816

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

Upvotes: 0

PhatHV
PhatHV

Reputation: 8141

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

Upvotes: 5

Related Questions