-
Notifications
You must be signed in to change notification settings - Fork 778
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2019-07-30:谈谈代码混淆的步骤? #109
Comments
混淆,没有啥东西,该留下留下,该混淆混淆,最多问题找不到,我遇到小米手机可以安卓,华为手机不你能安卓,后来检查出来是华为推送问题,加混淆最好是,弄完以后找百度或者360等去免费测试一遍,多机型跑一遍,混淆宁愿多留点,不要干的太彻底,你不确定的就别混淆, |
开启混淆开关 需要添加的混淆规则:1、查看项目使用的第三方库哪些需要特殊配置混淆的 |
开启混淆
|
实体类参与序列化的不混淆?? |
1,加入基本的混淆规则:优化配置、activity+Fragment等不混淆、序列化的类不混淆这些常见基础配置 2,查看代码中有哪些第三方,将第三方的库对应的代码进行不混淆配置 3,测试,混淆后,将各个模块的代码跑一次,再一个模块一个模块检查 |
webview设置的JavascriptInterface对象不要混淆 |
代码混淆的目的: 代码混淆的步骤: |
配置代码混淆minifyEnabled true |
No description provided.
The text was updated successfully, but these errors were encountered: