You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since last Monday I am getting the below error while building the app from the Android studio:
/Users/macm/Desktop/mobile-app/android/app/src/debug/AndroidManifest.xml:15:13-72 Error:
Attribute provider#androidx.core.content.FileProvider@authorities value=(com.verygoodsecurity.vgsshow.provider) from [com.verygoodsecurity:vgsshow:1.2.0] AndroidManifest.xml:15:13-72
is also present at [io.intercom.android:intercom-sdk-base:15.1.6] AndroidManifest.xml:121:13-72 value=(com.today.development.IntercomFileProvider).
Suggestion: add 'tools:replace="android:authorities"' to <provider> element at AndroidManifest.xml:13:9-21:20 to override.
/Users/macm/Desktop/mobile-app/android/app/src/debug/AndroidManifest.xml:44:17-55 Error:
Attribute meta-data#android.support.FILE_PROVIDER_PATHS@resource value=(@xml/file_paths) from [:react-native-blob-util] AndroidManifest.xml:44:17-55
is also present at [io.intercom.android:intercom-sdk-base:15.1.6] AndroidManifest.xml:126:17-60 value=(@xml/intercom_file_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.
Last Friday app was successfully built from android studio.
This is related to @intercom/intercom-react-native 5.1.1 library manifest file. Let me know if anyone have idea for this.
The text was updated successfully, but these errors were encountered:
jatin-bhuva
changed the title
React-Native Manifest merger failed with multiple errors
Manifest merger failed with multiple errors
Aug 16, 2023
I also created the merged_provider_paths.xml file inside the xml folder to contain what is in the intercom_file_paths.xml and in the conflicted library. In your case, it should be inside @xml/file_paths.
Since last Monday I am getting the below error while building the app from the Android studio:
This is related to @intercom/intercom-react-native 5.1.1 library manifest file. Let me know if anyone have idea for this.
The text was updated successfully, but these errors were encountered: