One or more bundles are not resolved because the following root constraints are not resolve
处理办法是什么?
很简单~选中你加载进来的插件选择旁边的properties...,然后选择optional就OK了~
链接点击打开链接
插件工程A调用插件工程B的类时候需要:
把B中这个类的包暴漏出来,既是在plugin。xml那的runtime选项卡中export
然后在A工程的plugin。xm的dependencies的import packege 中add进来即可。