iqiyi / Qigsaw

🔥🔥Qigsaw ['tʃɪɡsɔ] is a dynamic modularization library which is based on Android App Bundles(Do not need Google Play Service). It supports dynamic delivery for split APKs without reinstalling the base one.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

只更新部分动态模块的时候,构建出来的新的配置有问题

wys619 opened this issue · comments

项目包含多个动态模块(app、flutter),然后我只想要更新其中的一个模块(app),但是构建出来的新的config存在问题:

原包config

old

新包config

new

正确的配置(我手动修改的)

expected

原包构建log

原包构建的log.txt

新包构建log

新包构建的log.txt

留意一下『新包构建log』的第7780行,感觉问题出在这里,

fixed: see b34e758

@wys619 你好,请问 flutter 放分包里面遇到 dart vm 加载失败,你这边有遇到么?