AndFix

首页 标签 AndFix
# AndFix #
关注
95内容
14.AndFix热修复的使用和源码分析(客户端修复逻辑)
使用方法: 1.下载AndFix源码:https://github.com/alibaba/AndFix 2.生成两个apk文件,一个是含有bug的old.
08.源码阅读(阿里AndFix热修复原理)
使用阿里热修复需要添加依赖 compile 'com.alipay.euler:andfix:0.5.0@aar' 热修复的关键代码 //初始化阿里热修复 mPatchManger = new PatchManager(this); //获取当前应用版本 mPatchManger.
免费试用