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

A bit late, but for future reference:

Running lint checks all projects but clearing lint markers(Android Tools >> Clear Lint Markers) works on a single project.

So a simple workaround is to run lint and clear lint markers of all projects except the current one.

于 2014-04-26T19:29:18.560 に答える