Android Gradle compiling commons-io creates duplicate in library tree

前端 未结 4 1602
情深已故
情深已故 2020-12-10 06:44

I\'m trying to build and maintain an old application for work but I can\'t get past the build phase. In my app/build.gradle file I have

depend         


        
4条回答
  •  一整个雨季
    2020-12-10 07:19

    It could be possible that other libraries in the project have the commons-io dependency causing duplicate entries.

    See if this helps - Gradle Duplicate Entry: java.util.zip.ZipException

提交回复
热议问题