Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Paho » DexArchiveMergerException on adding paho dependencies to Android project
DexArchiveMergerException on adding paho dependencies to Android project [message #1778129] Mon, 11 December 2017 06:22
Ponnarasu N is currently offline Ponnarasu NFriend
Messages: 1
Registered: December 2017
Junior Member
I'm getting the below error on adding the mqtt dependencies to my android project

Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
> java.lang.RuntimeException: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex


I just added these two dependencies

dependencies {
    compile 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.0.2'
    compile 'org.eclipse.paho:org.eclipse.paho.android.service:1.0.2'
}


It was working fine in a previous version of my app.
Previous Topic:Can we query two buckets at the same time using Athena
Next Topic:Java Paho: ClientId longer than 23 characters
Goto Forum:
  


Current Time: Fri May 03 10:53:20 GMT 2024

Powered by FUDForum. Page generated in 0.02895 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top