Created
August 28, 2019 14:48
-
-
Save gregblake/3af5fd156e1dc3f1cf77ceac75c4ae67 to your computer and use it in GitHub Desktop.
Task :app:processDebugManifest FAILED
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > 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