AndroidCodeQuality icon indicating copy to clipboard operation
AndroidCodeQuality copied to clipboard

When run "gradle assembleXX" or build your app,it will auto check the code quality with checkstyle,pmd,findbugs.

Results 3 AndroidCodeQuality issues
Sort by recently updated
recently updated
newest added

In Android Studio,I have multiple modules,such as app, framework, thirdparty, in each module's ``build.gradle` file I add ``` apply from: "${project.rootDir}/quality/quality.gradle" ``` when running `gradle assembleRelease`, it gets results in...