-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
ReactNative with code-push AOS build [Error : Duplicate resources] #2596
Comments
You can check #2497. There's already a discussion related to this issue. |
Hi @jihoon8730, could you please test this patch and let us know if it resolves the issue for you? @account-mhj, thank you for pointing out the duplicate item. |
@DmitriyKirakosyan Thanks so much for the answer! If you don't mind, can you give me the specific error message?
I know it's hard to see, but I'm desperate for understanding. |
cd android |
This patch aims to solve other duplicate resource issue. @jihoon8730 You have to either add the |
Thank you all so much for your replies, I fixed the duplicate resource issue, but it was my mistake. |
@jihoon8730, it's awesome that you fixed the problem! Please share some details about what the issue was and how you solved it. This could be really helpful for others facing a similar problem. Thanks! |
@DmitriyKirakosyan |
I have the same message error ( [string/CodePushDeploymentKey] ). Have tips to how to find possibles locations/package where has duplicates values ? Only reads the message error isn't enough to me. |
I'm applying CodePush to React Native
I'm getting a build error on the Android side when finalizing the application.
I would appreciate it if you could take a look
Error Message
Probable Cause
I have code overlap in my CodePush setup
Mycode
Tried
Version
"react-native-code-push": "^8.1.0",
"react-native": "0.71.10",
"appcenter": "^5.0.0",
Desired
Why duplicate code happens and how to fix it safely
I need help from experts and those who have encountered the error, please. ㅠ-ㅠ
The text was updated successfully, but these errors were encountered: