2

I have a few projects in my Eclipse workspace and the Android Lint warnings tab shows the errors and warnings in all the projects.

Is there any way I can filter the results so that I only see the warnings and errors of the current project?

The "problems" tab works as desired in this case and the Lint warnings and errors appear there as well, but the errors are not so descriptive and there's no "go to lint warning description" function.

Cheers.

4

2 回答 2

0

我找到的唯一解决方法是使用 Problems View and Configure Contents 来显示当前项目元素的问题(可能只有 Lint 警告)

于 2013-03-10T19:03:03.163 回答
0

有点晚了,但供将来参考:

运行 lint 会检查所有项目,但清除 lint 标记(Android 工具 >> Clear Lint Markers)适用于单个项目。

所以一个简单的解决方法是运行 lint 并清除除当前项目之外的所有项目的 lint 标记。

于 2014-04-26T19:29:18.560 回答