@gmlongo wrote:
I had finally gotten my application deployed to my device, and then I added the cordova-plugin-email-composer which added the following to my config.xml:
<plugin name=“cordova-plugin-email-composer” spec="^0.8.12" />
When I try to build using ‘cordova build android’, I now get:
Execution failed for task ‘:app:transformDexArchiveWithExternalLibsDexMergerForDebug’.
java.lang.RuntimeException: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex
I’ve see posts about enabling multidex but that doesn’t work, nor does it make much sense as to why I would need it for my fairly small app. Any ideas?
Posts: 1
Participants: 1