Dexarchivemergerexception: Unable To Merge Dex
Just after updating Android studio 3.0 yesterday from 2.3.3 version, I am facing issue related to DexMergerException. Someone else also posted question-related to this. But in this
After looking for a lot of options around the internet. I figured out to include a configuration tag inside build.gradle to exclude HttpCore :
configurations {
all*.exclude group: 'org.apache.httpcomponents', module:'httpclient'
}
Hope it will help others.
Thanks.
Post a Comment for "Dexarchivemergerexception: Unable To Merge Dex"