动态功能模块中的 Resources$NotFoundException - Android

问题描述

我在访问布局文件时在我的动态功能模块中收到 Resources$NotFoundException。完整的错误日志如下。我该如何解决这个问题?

android.content.res.Resources$NotFoundException: Resource ID
#0x7e070001
        at android.content.res.ResourcesImpl.getValue(ResourcesImpl.java:239)
        at android.content.res.MiuiResourcesImpl.getValue(MiuiResourcesImpl.java:96)
        at android.content.res.Resources.loadXmlResourceParser(Resources.java:2317)
        at android.content.res.Resources.getLayout(Resources.java:1191)
        at android.view.LayoutInflater.inflate(LayoutInflater.java:536)
        at android.view.LayoutInflater.inflate(LayoutInflater.java:481)
        at android.view.View.inflate(View.java:26090)
        at com.x.y.player.ContentPlayer.<init>(ContentPlayer.kt:144)

代码文件

init {
        val view = FrameLayout.inflate(context,R.layout.content_player_layout,this)
        videoTextureView = view.findViewById(R.id.videoTextureView)
        videoSurfaceView = view.findViewById(R.id.videoSurfaceView)
}

在线错误 val view = FrameLayout.inflate(context,this)

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)