Different lint.xml for different build types in Android Studio?
问题 I want to use different lint.xml files for release and debug build types in Android Studio. So, how can this be achieved? When I place lint.xml in someModule/src/debug and someModule/src/release folders (also, these folders contain only that lint.xml file and nothing more) gradle reacts as there is no any lint.xml file, If I place single lint.xml file under core module folder (someModule/)- gradle recognizes it, but in this case I can't use different settings depending on build type... 回答1: