Open Townk opened 6 years ago
One key thing is that variable expansion is not supported properly I think so this
"${project.buildDir.absolutePath}/reports/checkstyle/checkstyle-report.xml"
may not work because it expands a variable.
I've also found issues with Android Studio 3.1, since google is very aggressive about not making old versions available I couldn't test with 3.0, however plugin version 1.0.7 is pending approval which works with Android Studio 3.1. I'll post again when it's up so you can check it out with that version and see if it works for you, just to point it out the new plugin version will only work with android studio 3.1 and up.
No problems, thanks for the update.
I have the following configuration on my
build.gradle
:If I manually run the
checkstyle
task, it generates the report as expected.If I call the
Analyze->Get code metrics report
, I get the following: