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 f
Solution 1:
Try to clean and rebuild your project. Do that by going to Project -> Clean
and then rebuild your project.
Solution 2:
A clean and rebuild should fix this issue. If not, a fresh restart of Eclipse should do the trick.
Post a Comment for "Eclipse Not Updating Android Project"