didi / VirtualAPK

A powerful and lightweight plugin framework for Android
Apache License 2.0
8.99k stars 1.52k forks source link

9.0 系统在加载插件里的 fragment 时插件的资源找不到 #343

Closed mdoufei closed 5 years ago

mdoufei commented 5 years ago

通过打log,看到插件apk已经加入到ResrouceKey的mSplitDirs里,在执行 PluginUtil.hookActivityResources时报错,异常信息:Caused by: java.lang.NoSuchFieldException: mResources 看起来,应该通过反射拿 activity 的 mBase 的 mResource 失败,请问如何解决? 现象是,首次安装运行可以拿到,后面就开始报异常了。