gdpancheng
gdpancheng
可以混淆 但是有些地方必须避开 比如 注解 比如 R文件 等等 2014年10月20日 下午12:03于 "jinqisong" [email protected]写道: > 如果我采取了混淆,为了防止别人反编译出代码,有的页面干脆为白色,有些点击功能消失,请问?如果使用了它的话,怎么防止别人反编译代码?怎么进行混淆? > > — > Reply to this email directly or view it on GitHub > https://github.com/gdpancheng/LoonAndroid/issues/4.
公司如果谁用了框架 需要混淆的 我贴出来: 第一步 你要先引入你得架包 -libraryjars libs/android-support-v4.jar -libraryjars libs/android_slidingjar.jar -libraryjars libs/loonandroid.jar 第二步 你要保证注解在代码优化的时候不能被删除掉 -keepattributes Signature -keepattributes _Annotation_ 第三步 support4 要排除掉 -dontwarn android.support.v4.*\* -keep class android.support.v4.*\* { _; } -keep interface...
你替换这个文件看看 最好先备份下 如果还不行 你看看能不能把上传失败的log日志发给我看看 ------------------ 原始邮件 ------------------ 发件人: "jinqisong";[email protected]; 发送时间: 2014年10月20日(星期一) 中午12:03 收件人: "gdpancheng/LoonAndroid"[email protected]; 主题: Re: [LoonAndroid] 混淆后功能消失? (#4) Reopened #4. — Reply to this email directly or view it...
刚刚那个文件不对 还是老版的 换这个 ------------------ 原始邮件 ------------------ 发件人: "jinqisong";[email protected]; 发送时间: 2014年10月20日(星期一) 中午12:03 收件人: "gdpancheng/LoonAndroid"[email protected]; 主题: Re: [LoonAndroid] 混淆后功能消失? (#4) Reopened #4. — Reply to this email directly or view it on...