W.Y.S.
W.Y.S.
the same problem happens in example project. please check, thanks!
> I need a project, I can't reproduce you problem, so you need commit a whole example to help me locate problem. > A gist can't reproduce your problem. please...
> > > I need a project, I can't reproduce you problem, so you need commit a whole example to help me locate problem. > > > A gist can't...
> @wys619 > In fact, my own iPhone / Android is currently normal. problem happens on my devices: iPhone8 plus running iOS13.3 and an android 8.0 device
the same problem happen on my device: pixel3 running Android 11 . thanks!
在activity的基类重写getResource方法,然后加上:Qigsaw.onApplicationGetResources(resources);试试; 类似这样: ``` override fun getResources(): Resources { val resources = super.getResources() Qigsaw.onApplicationGetResources(resources) return resources } ```
宿主包变化了,插件包就需要重新构建了吧?插件包和宿主包本来就是有一个依赖关系的呢
> not support path hi! what do you mean by saying "not support path"? can you provide more details? thanks!