medium-textview icon indicating copy to clipboard operation
medium-textview copied to clipboard

i have problem when i use jsoup library

Open lephuhung opened this issue 9 years ago • 1 comments

Error:Error converting bytecode to dex: Cause: com.android.dex.DexException: Multiple dex files define Lorg/jsoup/Connection$Base;

lephuhung avatar Aug 25 '16 09:08 lephuhung

Medium TextView uses jsoup library so in your gradle library use these in your build.gradle :

compile('io.github.angebagui.mediumtextview:mediumtextview:1.0.1') {
        exclude module: 'jsoup'
    }

angebagui avatar Aug 25 '16 11:08 angebagui