If you invoke ./gradlew checkDebug instead of ./gradlew check, something is done but this is not android-check. You must invoke check alone to have reports generated -- it would be great to be able to specify a flavor or/and build type eg. ./gradlew checkFreeRelease.
If you invoke
./gradlew checkDebug
instead of./gradlew check
, something is done but this is not android-check. You must invokecheck
alone to have reports generated -- it would be great to be able to specify a flavor or/and build type eg../gradlew checkFreeRelease
.