I'm encountering a problem which i cant find an answer online or in stackoverflow. It should be pretty simple but i cant solve it.

I've recently created a new bunch of launch icons which i've placed in the different folders of the RES directory and I tried to run my emulator but it doesn't get updated. It still runs the old images which I've replaced.

Is it because I forgot to clear any caches (is there is any in android sdk ?? ) or whats happening ?

link|improve this question

feedback

3 Answers

up vote 2 down vote accepted

Uninstall the app from your Android device/emulator, and then run from Eclipse.

This will ensure a fresh install of the app on your Android device/emulator.

link|improve this answer
feedback

Try this

Eclipse-->Project-->Clean

Then clean your project..

Hope it will help you.

link|improve this answer
feedback

Try replace your default image icon with your new icon, then right click on RES folder, and choose refresh.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.