alibaba / atlas

A powerful Android Dynamic Component Framework.
Apache License 2.0
8.12k stars 1.47k forks source link

bundle version为空 #307

Closed iyezhou closed 5 years ago

iyezhou commented 5 years ago
String bundleName = bundle.getKey();
BundleListing.BundleInfo bundleInfo = bundle.getValue();
String bundleVersion = bundleInfo.getVersion()
String baseBundleVersion = BaselineInfoManager.instance().getBaseBundleVersion(bundleName);
bundleName: me.yezhou.lib.qrcode, bundleVersion: null, baseBundleVersion: null

想做remote bundle的服务端设计,可是获取不到版本号

hwjump commented 5 years ago

获取不到版本号,有两个可能,bundlename传错了, bundle信息没打进去。自己debug一下吧