是否有工具来查找未使用的资源在Android项目? [英] Is there a tool to find unused resources in an Android project?

查看:112
本文介绍了是否有工具来查找未使用的资源在Android项目?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想找到任何未使用的资源,在我的Andr​​oid项目 - 这包括字符串,IDS,可绘制整数等

I'd like to find any unused resources in my Android project - this includes strings, ids, drawables, integers etc.

难道一个工具来做到这一点目前存在(preferably为Eclipse)?

Does a tool to do this currently exist (preferably for Eclipse)?

推荐答案

如果您使用的IntelliJ,其中有支持Android的免费社区版,您可以通过打开生成的R.java文件做到这一点(根/ R.java )。未使用的资源将被标记为不被引用在项目中的任何地方发出警告。

If you use IntelliJ, which has Android support in the free community edition, you can do this by opening the generated R.java file (gen/R.java). The unused resources will be marked with a warning for not being referenced anywhere in your project.

我会感到惊讶,如果Eclipse不做同样的事情。

I'd be surprised if Eclipse doesn't do the same thing.

这篇关于是否有工具来查找未使用的资源在Android项目?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆