Skip to content Skip to sidebar Skip to footer

Android Studio 1.5.1 Duplicate Files Copied In Apk Meta-inf/notice.txt Commons-codec-1.9.jar...?

commons-codec-1.9.jar... Duplicate files copied in APK META-INF/NOTICE.txt > Error:Execution failed for task > ':app:transformResourcesWithMergeJavaResForDebug'. > com.and

Solution 1:

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

Post a Comment for "Android Studio 1.5.1 Duplicate Files Copied In Apk Meta-inf/notice.txt Commons-codec-1.9.jar...?"