Skip to content

Instantly share code, notes, and snippets.

@gregblake
Created August 28, 2019 14:48
Show Gist options
  • Select an option

  • Save gregblake/3af5fd156e1dc3f1cf77ceac75c4ae67 to your computer and use it in GitHub Desktop.

Select an option

Save gregblake/3af5fd156e1dc3f1cf77ceac75c4ae67 to your computer and use it in GitHub Desktop.
Task :app:processDebugManifest FAILED
> Task :app:processDebugManifest FAILED
/Users/greg/code/connect-rn/android/app/src/debug/AndroidManifest.xml:19:17-55 Error:
Attribute meta-data#android.support.FILE_PROVIDER_PATHS@resource value=(@xml/filepaths) from [:react-native-image-picker] AndroidManifest.xml:19:17-55
is also present at [:rn-fetch-blob] AndroidManifest.xml:43:17-55 value=(@xml/provider_paths).
Suggestion: add 'tools:replace="android:resource"' to <meta-data> element at AndroidManifest.xml to override.
See http://g.co/androidstudio/manifest-merger for more information about the manifest merger.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed : Attribute meta-data#android.support.FILE_PROVIDER_PATHS@resource value=(@xml/filepaths) from [:react-native-image-picker] AndroidManifest.xml:19:17-55
is also present at [:rn-fetch-blob] AndroidManifest.xml:43:17-55 value=(@xml/provider_paths).
Suggestion: add 'tools:replace="android:resource"' to <meta-data> element at AndroidManifest.xml to override.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment