Andfix学习记录.doc

Andfix学习记录课案

Andfix学习记录 How to Use(官方) Initialize PatchManager, `patchManager = new PatchManager(context); patchManager.init(appversion);//current version` Load patch, `patchManager.loadPatch();` You should load patch as early as possible, generally, in the initialization phase of your application(such as Application.onCreate()). Add patch, `patchManager.addPatch(path);//path of the patch file that was downloaded` When a new patch file has been downloaded, it will become effective immediately by addPatch 还有一点就是混淆需要注意 `-keep class * extends java.lang.annotation.Annotation -keepclasseswithmembernames class

文档评论(0)

1亿VIP精品文档

相关文档