I am trying to use Android Lint to keep my code running smoothly but since I\'m using support-v7-appcompat, Lint returns an enormous, overflowing list of warnings. How can I
You can find the option in the android lint menu:
Once "Skip Library Project Dependencies" is checked, that should skip appcompat lint warnings when you are checking your project