android - Dexguard in a library project -
i upgrading dexguard 6 7 , have question regarding library obfuscation. dexguard 6, obfuscate library module inside android studio , use module in app local dependency:
dependencies {     compile project(':sdk') }   however, when try dexguard 7.0.31 exception:
execution failed task ':sdk:transformclassesandresourceswithproguardforrelease'. > java.io.filenotfoundexception: /lib/dexguard-library-release.pro (no such file or directory)
you have set minifyenabled true in library project, not work in combination dexguard. set flag false , should ok.
recent versions of dexguard check flag , issue error.
Comments
Post a Comment