alibaba / atlas

A powerful Android Dynamic Component Framework.
Apache License 2.0
8.13k stars 1.48k forks source link

bundle进行dexpatch到1.0.1后,使用uninstallBundle方法卸载bundle,再进行install最新的报错 #210

Closed oneapp1e closed 6 years ago

oneapp1e commented 6 years ago

错误如下,

12-13 18:59:40.472 26560-26560/com.v.zy E/Framework: restoreExisted: bm.hd.mlr.firstbundle| 1en1kdm4xc2pt| null 12-13 18:59:40.472 26560-26560/com.v.zy E/BundleInstaller: restore existed bundle failed : bm.hd.mlr.firstbundle

经代码查看分析,原因是卸载的bundle目录为合并后的1.0.1的目录,原来的1.0.0目录没有删除,我有卸载需求,希望能解决帮忙解决该问题

oneapp1e commented 6 years ago

我的demo的问题,卸载是先卸载1.0.1,再次卸载的话卸载1.0.0