Android Lint: How to suppress all warnings associated with support library?

前端 未结 1 1425
难免孤独
难免孤独 2021-01-13 06:31

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

相关标签:
1条回答
  • 2021-01-13 07:04

    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

    lint overflow menu

    0 讨论(0)
提交回复
热议问题