Mess
Mess copied to clipboard
a gradle plugin for minifying activities, services, receivers, providers and custom view
我在项目中引入了 mess 2.0.0版本,也apply plugin 但是打包之后反编译apk,发现Activity还是没被混淆
-dontshrink 移除此参数时 混淆后的AndroidManifest中 activity及其他的组件未能修改至正确的类名 会导致class 找不到 dontshrink对我来说是一个重要参数 他对我的安装包缩减大小十分有帮助 是否考虑解决此问题或有其他方案? 我的gradle版本是3.0.0 mess-plugin:2.0.0 jdk8 targetSdkVersion 28 希望能得到帮助 谢谢~ @JackCho @peacepassion
Mess doesn't work for any of my projects, should I add jakewarton libraries and proguard rules?
我想混淆一个library的代码,就是导出aar的,我尝试使用mess但是好像没有触发到插件里的钩子,请问是否支持library的混淆?
Android studio 一直无法debug插件MessPlugin,提示找不到Util类中的引用包
"intermediates/exploded-aar" 这个目录gradle3.0已经没了
I managed to obfuscate the resources, but couldn't find a way to obfuscate Activities, Services, custom Views, etc. How to make it work?