R.drawable 类和 SVN 的问题
我有一个连接到 SVN 服务器的项目。我使用 Subclipse 作为 SVN 客户端。
我有一些问题,我不知道原因是什么。问题是,当我从 res/drawable 文件夹中删除一些图像时,我的程序图像变得如此损坏。例如,
- 启动屏幕图像随某些按钮图像改变,
- 按钮图像随背景图像改变
- 等,一切都改变了。
如果我恢复更改(恢复已删除的图像),问题就会消失。如果我根本无法删除任何未使用的资源,那就会很麻烦。我对这个问题没有任何想法。有人遇到过同样的问题吗?
注意:我在连接关闭时删除了图像。是那个
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 image 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)