总结:22包体积优化(上): 如何减少安装包大小?

自我学习极客时间《Android开发高手课》的笔记总结

总结:22包体积优化(上): 如何减少安装包大小?_第1张图片

文中链接:

饿了么开源的Mess可实现四大组件和View混淆
    https://github.com/eleme/Mess
R8
    https://blog.dreamtobe.cn/android_d8_r8/
Facebook的so加载开源库SoLoader
    https://github.com/facebook/SoLoader
Android native library merging
    https://code.fb.com/android/android-native-library-merging/
demo
    https://github.com/fbsamples/android-native-library-merging-demo
微信的ApkChecker实现包体积规则监控
    https://mp.weixin.qq.com/s/tP3dtK330oHW8QBUwGUDtA
Android安装包相关知识汇总
    https://mp.weixin.qq.com/s/QRIy_apwqAaL2pM8a_lRUQ
微信Android资源混淆打包工具
    https://mp.weixin.qq.com/s/6YUJlGmhf1-Q-5KMvZ_8_Q
支付宝 App 构建优化解析:Android 包大小极致压缩
    https://mp.weixin.qq.com/s/_gnT2kjqpfMFs0kqAg4Qig
Facebook的ReDex
    https://github.com/facebook/redex
Dex文件格式详解
    https://www.jianshu.com/p/f7f0a712ddfe
Facebook的构建工具Buck
    https://buckbuild.com/

你可能感兴趣的:(Android开发高手课)