I tried to change the splash image in my android app with a new image, by changing the image in the drawable folder and I giving the same name to new image.
In my Eclipse environment I can see new image on the splash.xml file but when I run the code I see the old image on the emulator. What is wrong?
I think that splash image is also present in any other folder like drawable-large,drawable-small .
So Please check all the folders.
Please Clean your project once and check again.