You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In Android Studio,I have multiple modules,such as app, framework, thirdparty, in each module's `
build.gradle
file I addwhen running
gradle assembleRelease
, it gets results in each modules'sbuild/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.The text was updated successfully, but these errors were encountered: