Skip to content

Latest commit

 

History

History
47 lines (23 loc) · 1.09 KB

README-cn.md

File metadata and controls

47 lines (23 loc) · 1.09 KB

欢迎整理和补充。

动态加载 APK (又称插件)

  1. https://github.com/Qihoo360/DroidPlugin

    直接运行第三方,无需安装,文档齐全,360 的产品。

  2. https://github.com/houkx/android-pluginmgr

    无侵入,但是 Eclipse 风格的项目

  3. https://github.com/singwhatiwanna/dynamic-load-apk

    APK 需要符合一定规范,只有中文文档。

Hot Fix

  1. https://github.com/alibaba/Andfix

    方法替换。阿里巴巴的项目。

  2. https://github.com/bunnyblue/DroidFix

皮肤

  1. https://github.com/hongyangAndroid/AndroidChangeSkin

  2. https://github.com/fengjundev/Android-Skin-Loader

其他

  1. https://github.com/mmin18/AndroidDynamicLoader

  2. https://github.com/bunnyblue/ACDD

文章

  1. http://blog.zhaiyifan.cn/2015/11/20/HotPatchCompare/

    比较了Dexposed、AndFix和Nuwa系三种热补丁方案,并简要分析了他们的原理和使用场景。

  2. http://blog.dreamtobe.cn/2015/12/07/android_dynamic_dex/

    Android中动态加载dex基本原理、使用、风险建议以及对应Ant/Gradle编译脚本小记.