multidex icon indicating copy to clipboard operation
multidex copied to clipboard

Error "already added: Landroid/support/v4/" when use multidex

Open trungptdhcn opened this issue 10 years ago • 1 comments

I use mutidex, but when i build my project i have issue this is logcat with --debug flag: untitled

I created MaidexList.txt in project and add classes of mutidex. this is my MaindexList untitled2

This is my build.xml: untitled3

I don't know what is error.When i put classes "error already added" to MaindexList.txt, this error appear with another class in support v4 library . Please help check the issue!

trungptdhcn avatar Oct 08 '14 06:10 trungptdhcn

Maybe you included the support-v4 twice! Did you already tried this? http://stackoverflow.com/questions/16746558/android-gradle-build-and-the-support-library/17375109#17375109