AndroidCodeQuality icon indicating copy to clipboard operation
AndroidCodeQuality copied to clipboard

Multiple Android Studio Modules don't work

Open ASCE1885 opened this issue 9 years ago • 0 comments

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 each modules's build/reports directory,but the contents of these results are the same as the first module, for example, framework, thirdparty's findbugs results are exactly like app module.

ASCE1885 avatar Aug 08 '16 11:08 ASCE1885