Skip to main content

Execution failed for task ':app:mergeExtDexDevelopmentDebug'.
> Could not resolve all files for configuration ':app:developmentDebugRuntimeClasspath'.
   > Failed to transform intercom-sdk-base-15.11.3.aar (io.intercom.android:intercom-sdk-base:15.11.3) to match attributes {artifactType=android-dex, asm-transformed-variant=developmentDebug, dexing-enable-desugaring=true, dexing-enable-jacoco-instrumentation=false, dexing-is-debuggable=true, dexing-min-sdk=24, org.gradle.category=library, org.gradle.dependency.bundling=external, org.gradle.libraryelements=aar, org.gradle.status=release, org.gradle.usage=java-runtime}.

Hey there ​@David Rappa! Emily here from Support Engineering at Intercom 👋🏼
 

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.


Let me know how it goes! 💪🏼


Reply