How do I run Android Lint so it only reports on my project module, and ignores any library projects I\'m using? Even when I aim Lint at my project\'s module, it spews out li
If you are using Eclipse, go to the library project's properties (right click on project -> Properties) and under "Android Lint Preferences" click "Ignore All" and than OK.