Uh oh!
There was an error while loading. Please reload this page.
Fixed: [Android] Error: Duplicate resources #22234 - #23850
Conversation
Fixed error "Duplicate resources" while building APK file in Android "[drawable-.../...]/.../android/app/src/main/res/drawable-mdpi/FILE [drawable-.../...] /.../android/app/build/generated/res/react/release/drawable-mdpi-v4/FILE: Error: Duplicate resources"
facebook-github-bot
commented
Mar 11, 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! |
facebook-github-bot
commented
Mar 11, 2019
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
pull-bot
commented
Mar 11, 2019
|
Ovi
commented
Mar 12, 2019
Added Changelog |
dulmandakh
commented
Mar 18, 2019
I think that folder names are hard coded, which won't work for flavors and targets. Could you please make it work with flavor and target configurations. |
cpojer
commented
Mar 21, 2019
Hey @Ovi, do you mind addressing @dulmandakh's comments? |
Ovi
commented
Mar 21, 2019
As far I have seen in many places that only " |
cpojer
commented
May 9, 2019
Thanks for this! I'm going to merge #24518 which is based on your PR. |
Fixed error "Duplicate resources" while building APK file in Android
"[drawable-.../...]/.../android/app/src/main/res/drawable-mdpi/FILE [drawable-.../...] /.../android/app/build/generated/res/react/release/drawable-mdpi-v4/FILE: Error: Duplicate resources"
Summary
Changelog
Android Fixed - Fixed error "Duplicate resources" while building APK file in Android
Test Plan