0

A failure occurred while executing com.android.build.gradle.internal.tasks.DexMergingTaskDelegate

There was a failure while executing work items > A failure occurred while executing com.android.build.gradle.internal.tasks.DexMergingWorkAction > com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: The number of method references in a .dex file cannot exceed 64K.

1 Answers1

0

Your application has grown and you need to enable and use MultiDex. Check: What is Android MultiDex?

And https://developer.android.com/studio/build/multidex

Eddie Lopez
  • 1,101
  • 7
  • 15