Uh oh!
There was an error while loading. Please reload this page.
React Native Android Duplicate file error when generating apk - #24618
React Native Android Duplicate file error when generating apk#24618mepritam wants to merge 1 commit into
Conversation
facebook-github-bot
commented
Apr 26, 2019
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed. If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
pull-bot
commented
Apr 26, 2019
|
facebook-github-bot
commented
Apr 26, 2019
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
guhungry
commented
Apr 26, 2019
Duplicate with #24518 |
hramos
commented
Apr 26, 2019
Santu1245
commented
Apr 27, 2019
When you bundle the file using the following code:
duplicate image files get generated in the drawable folder in the following path: "android/app/src/main/res/drawable-xxx/" Delete all those duplicate files and run:
It will generate apk file. |
cpojer
commented
Apr 30, 2019
Closing because this is a duplicate. |
Summary
I was getting an error "~/React-Native/xxxx/android/app/build/intermediates/res/merged/release/drawable-mdpi-v4/icon_logo: error: Duplicate file...
Native/xxxx/android/app/build/intermediates/res/merged/release/drawable-mdpi-v4/icon_logo_main: error: Duplicate file.
"
Changelog
[CATEGORY] [TYPE] - Message
Test Plan