We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build project I am using support library version 25.3.1
After adding helpstack library getting following issue while making build
Error:Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'.
com.android.build.api.transform.TransformException: com.android.builder.packaging.DuplicateFileException: Duplicate files copied in APK META-INF/LICENSE File1: C:\Users\scandid.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpcore\4.2.5\472f0f5f8dba5d1962cb9d7739feed739a31c30d\httpcore-4.2.5.jar File2: C:\Users\scandid.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpmime\4.2.6\270386011895bc6c7ee6496fd87511d6a98093c1\httpmime-4.2.6.jar
The text was updated successfully, but these errors were encountered:
In packaging options exclude like below: packagingOptions { exclude 'META-INF/LICENSE' } then it will work
Sorry, something went wrong.
No branches or pull requests
Unable to build project I am using support library version 25.3.1
After adding helpstack library getting following issue while making build
Error:Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'.
The text was updated successfully, but these errors were encountered: