I added two libraries into my android project they are called:
commons-jexl-2.1.1.jar
commons-logging-1.2.jar
And i defined them in build.gradle as :
compile files ('libs/commons-jexl-2.1.1.jar')compile files ('libs/commons-logging-1.2.jar')
When i run my program i get this error, although i deleted LICENSE.txt File. Maybe someone else had this problem before or any suggestions how to solve this?
Error:Execution failed for task ':app:packageDebug'.
Duplicate files copied in APK META-INF/LICENSE.txt File 1: C:\Users\Girts\AndroidStudioProjects\App\app\libs\commons-logging-1.2.jar File 2: C:\Users\Girts\AndroidStudioProjects\App\app\libs\commons-logging-1.2.jar