shwenzhang / AndResGuard

proguard resource for Android by wechat team
Apache License 2.0
8.53k stars 1.53k forks source link

AndResGuard not firing #289

Open smelfungus opened 5 years ago

smelfungus commented 5 years ago

Hi there! Seems like that from some point of time resguard* task invocation just builds corresponding assemble* with no AndResGuard logic performed. Is it possible to debug flow step-by-step and find a reason of such behavior? Thank you!

simpleton commented 5 years ago

@DummyCo I'm not super familiar with Gradle build system, but I think you can get some clue from build log. Btw, for now, AndResGuard doesn't support splits (#252)

smelfungus commented 5 years ago

@simpleton I see, will try to collect more info and conditions. For now:

Last log statements:

> Task :app:validateSigningAppProductionDebug UP-TO-DATE
> Task :app:packageAppProductionDebug
> Task :app:assembleAppProductionDebug
> Task :app:resguardAppProductionDebug

Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.10.2/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 1m 40s
72 actionable tasks: 11 executed, 61 up-to-date
10:53:25: Task execution finished 'resguardAppProductionDebug'.