0

我有一个 Android 项目,我想用更新的图像替换我在其中使用的两个图像。因此,使用 Eclipse,我只需删除旧的并用同名的新替换它。然后我刷新项目。当我在可绘制文件夹中看到它时,它被替换了,但是当我运行这个项目时,它仍然在我的应用程序中显示旧图像。请让我知道解决方案。这是非常紧急的。

4

1 回答 1

3

First make sure you have replaced the image(s) in all drawable-* folders. If that is the case, doing Project->Clean (and selecting your project) in Eclipse after the refresh of the project files should do the trick. Also, before re-deploying on the device, uninstall the previous version of the app.

于 2013-03-21T10:52:27.837 回答