SendBirdException code=800220, message=Failed to find configured root that contains

Hi, @robertoestivill
I found the reason why your overwrite UIKit .

When AndroidManifest.xml files are merged, there is a priority.
Of course, your app Maifest.xml file is higher.

When they are merged, the compiler determines the key.
You can see what the key is for each attribute.

For , the compiler matches the key as android:name.

So, there is no way to use uikit and your app xml files which indicate paths.
Although I try your suggestion ( SendBird UiKit using androidx.core.content.FileProvider directly ) , it cannot resolve this issue.

I think the only way is to define the right paths to your .xml file.