Android Studio 1.5.1 Duplicate files copied in APK META-INF/NOTICE.txt commons-codec-1.9.jar…?

前端 未结 1 1966
清酒与你
清酒与你 2021-01-13 22:58

commons-codec-1.9.jar... Duplicate files copied in APK META-INF/NOTICE.txt

> Error:Execution failed for task
> \':app:transformResourcesWithMergeJavaRe         


        
相关标签:
1条回答
  • 2021-01-13 23:43

    Download and Paste 'org.apache.http.legacy.jar' file in project/app/libs

    and add dependencies in 'build.gradle'

    if you have below line in your dependencies in gradle than don't add any other line for add jar file in your project.

    compile fileTree(dir: 'libs', include: ['*.jar'])
    
    testCompile 'junit:junit:4.12'
    

    no need to import any commons-logging-1.2.jar file

    0 讨论(0)
提交回复
热议问题