From today I am getting the below error while building the app from the android studio:
/Users/macm60/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/macm60/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 has an idea for this.
I have posted a temporary solution but let me know if have a permanent solution.
2
Answers
Intercom recently launched
Intercom-sdk-base
15.1.6
due to this this error is coming.If anyone is facing this issue then, here is a temporary solution:
Goto -
then change this
implementation 'io.intercom.android:intercom-sdk:15.1.+'
to below:
or you can use any other version but not use
15.1.6
.In
AndroidManifest.xml
file of your project add below code:In
<Application>
tag add below: