Skip to main content

After upgrading to React Native Intercom SDK from 6.8.1 to 7.1.2 we are getting the following error whenever we start the android app:

 

Hey @Rene Cruces 👋 Can I ask you to update your version to the latest release of the React Native SDK (7.2.1) to make sure this isn't an issue our team has already addressed?


Hi @bernice , I am now getting the following error after upgrading to 7.2.1
 

 


Hi @bernice, do you have any suggestions?


  • Hey there @Rene Cruces 👋🏼 Emily here from Support Engineering.

    I suspect this issue is a dependency conflict. Could you try updating your dependencies?
    Considering The error "Execution failed for task ':app:mergeExtDexDevelopmentDebug'" suggests there might be a problem with the dex files in your Android project, our product team suggests focusing on the Android libs first:
  • Gradle
  • AndroidX
  • Compose
  • Accompanist

    Typical dependency conflicts include different versions of Google Services or Android Support libraries. In some cases, updating the dependencies that use those services or updating the repository might resolve the issue.

    Hope this helps! 

Reply