我在集成Bugly的时候参考的文章集合
异常上报
https://bugly.qq.com/docs/user-guide/instruction-manual-android/?v=20180709165613
应用更新
https://bugly.qq.com/docs/user-guide/instruction-manual-android-upgrade/?v=20180709165613
热更新
集成
https://bugly.qq.com/docs/user-guide/instruction-manual-android-hotfix/?v=20180709165613
使用测试
https://bugly.qq.com/docs/user-guide/instruction-manual-android-hotfix-demo/
问题一:没有基准包
运行一下
https://www.jianshu.com/p/4afcb38a8018
https://blog.csdn.net/wzgbgz/article/details/82048208
问题二:缺少字段
确认是在patch文件夹下的
https://blog.csdn.net/Keepsty/article/details/81358668
https://blog.csdn.net/AlpinistWang/article/details/84248026
问题三
https://blog.csdn.net/chengxu_kuangrexintu/article/details/83626653
多渠道
walle使用:
https://www.jianshu.com/p/c516cf9138ea
https://github.com/Meituan-Dianping/walle
https://www.jianshu.com/p/572b59829a08
https://blog.csdn.net/qq55214/article/details/73883926
bugly+多渠道 walle
https://buglydevteam.github.io/2017/05/15/solution-of-multiple-channel-hotpatch/
https://www.jianshu.com/p/60ba68515b96
手动多渠道打包部分
https://bugly.qq.com/docs/user-guide/instruction-manual-android-hotfix-demo/#_3
问题
1.Unable to delete file: F:\demo\bugly\app\build\intermediates\manifests\full\debug\AndroidManifest.xml
->Rebuild一下工程再执行打包命令即可正常打包。
https://blog.csdn.net/H176Nhx7/article/details/80649723
walle多渠道打包+bugly热修复 可以直接生成多个包
但是热修复的时候只能全部都一起修复
=======================
bugly渠道更新
https://blog.csdn.net/qq_33689414/article/details/54911895
网友评论