【Android】【Other】FileProvider相关 Failed to find configured root that contains

时间:2025-01-26 13:20:59

问题:

使用FileProvider构造SD卡中文件uri时异常

: Failed to find configured root that contains /storage/840E-10F6/音乐/千里之外.mp3
at .$(:678)
at .(:377)


解决方案:

provider_paths.xml 中增加 root-path 标签

<paths xmlns:android="/apk/res/android">
    
    <root-path
        name="root_path"
        path="." />

</paths>

附:

/p/121bbb07cb07