I have a project which is connected to SVN server. I use Subclipse as the SVN Client.
I have some problem which I don't know what's the cause. the problem is,when i delete some images from res/drawable folder my program's images become so broken. lets say for example
- the splash screen i开发者_如何学Pythonmage changed with some button image
- the button image changed with background image
- etc,, everything is changed.
The problem will be gone if I revert back the change (restore the deleted images). That will be some trouble if I can't delete any unused resources at all. I don't have any idea about this problem. does anybody ever have the same problem?
note : I deleted the images when my connection is off. is that
- You should commit deleting changes
- Try to rebuild R class.
精彩评论