I'm not sure why this is happening.. But sometimes when we have a new build, the 9 patches don't work (the actual 9 patch image gets stretched instead of being scaled properly)..

I'm not sure why this happens, but i think it happens after cleaning and creating a new build, i have to uninstall, and re-build to fix it..

I'm just worried when we release, customers might get this screen (it looks terrible).. Any ideas why this is happening?

link|improve this question

1  
I've the same issue. I suppose it's a bug in the new Eclipse version. Since the recent update, I've a lot of problems :( – Zappescu Nov 18 '11 at 15:37
yeah i think it might an eclipse issue as well – Tolga E Nov 18 '11 at 16:49
feedback

2 Answers

up vote 0 down vote accepted

The only 'fast' way I found on fixing that issue is renaming the nine patch drawable to a temporal name and then rename it back to it's original name.

I know it's a bit hacky but at least it works :D

link|improve this answer
Thanks for the response but it actually happens to all of the images so renaming them could take me a couple of hours :) – Tolga E Feb 1 at 2:20
That's the drawback, the idea would forcing a reload of the R file, or creating a plugin that makes a clean and renames or resources files back and forth. – Moss Feb 1 at 8:29
Could you try to rename the res folder instead? – Moss Feb 1 at 13:19
I will try doing that next time it happens, it doesnt happen very often – Tolga E Feb 6 at 18:59
feedback

Rename any of your resource file name then refresh your project. Again rename that file to the previous name and refresh your project again. Run the project it will work fine.

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.