Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Eclipse 的 android 项目中摆脱对 R.java 中不存在的 id 的引用。它适用于我已重命名或删除的资源。
有时发生的情况是我删除了一个字符串作为示例,但项目仍将其显示为现有资源。当我运行应用程序时,会显示来自 R.java 的资源 ID。我怎样才能把这些清理干净?
清洁项目不起作用,也不构建它。
建议?
删除 R.java。它将在您下次构建时使用非缓存版本再次重新生成。