Lint unused false positive resources with new version of android plugin for gradle

I previously used version 1.2.3 of the Android plugin for gradle .

I noticed that when upgrading to 1.3, the amount of unused resources reported by lint increased significantly. After some analysis, I noticed that most (if not all) of them are false positives ...

Has anyone else noticed this behavior? If so, what are some tips on how to solve this?

+7
android android-gradle gradle-plugin lint
source share
1 answer

update the version of the Android Gradle plugin to the latest version (for example, 1.5.0). refer to https://code.google.com/p/android/issues/detail?id=182555

0
source share

All Articles