-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
To get it work, I had to add xmlns:tools="http://schemas.android.com/tools" in application-tag of my AndroidManifest.xml and tools:replace="android:authorities"-attribute to your provider andmeta-data-tags
Error was:
Manifest merger failed : Attribute provider#android.support.v4.content.FileProvider@authorities value=(<APPID>.fileprovider) from AndroidManifest.xml:58:13-64
is also present at [:MultiTypeFilePicker-release:] AndroidManifest.xml:41:13-60 value=(<APPID>.provider).
Suggestion: add 'tools:replace="android:authorities"' to <provider> element at AndroidManifest.xml:56:3-65:14 to override.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels