ximsfei / Android-skin-support

Android-skin-support is an easy dynamic skin framework to use for Android, Only one line of code to integrate it. Android 换肤框架, 极低的学习成本, 极好的用户体验. "一行"代码就可以实现换肤, 你值得拥有!!!
MIT License
6.35k stars 1.08k forks source link

RemoteViews加载异常 #483

Open iotxc opened 8 months ago

iotxc commented 8 months ago

使用换肤框架之后无法加载RemoteViews到界面上:

android.content.res.Resources$NotFoundException: Resource ID #0x7f0d01da
    at android.content.res.ResourcesImpl.getValue(ResourcesImpl.java:402)
    at android.content.res.Resources.loadXmlResourceParser(Resources.java:2398)
    at android.content.res.Resources.getLayout(Resources.java:1292)
    at android.view.LayoutInflater.inflate(LayoutInflater.java:534)
    at com.android.internal.policy.HwPhoneLayoutInflater.inflate(HwPhoneLayoutInflater.java:138)
    at android.view.LayoutInflater.inflate(LayoutInflater.java:483)