-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Android Build fail after upgrade to 0.61 (packagingOptions) #26656
Comments
Summary: Bump hermes to v0.2.1 allow-large-files ## Changelog See https://github.com/facebook/hermes/releases/tag/v0.2.1 [Android] [Changed] - Bump hermes to v0.2.1 Pull Request resolved: #26451 Test Plan: RNTester builds and runs as expected Differential Revision: D17394921 Pulled By: cpojer fbshipit-source-id: 07ce5da3517b7aa24bfb5e1f6eefed6cdc9f5cb5
Same here |
Reverting back only the following lines temporary resolved my issue:
But as it says in herms release 0.2.1:
It seems it may cause some problems in the future. |
I also met this error. But just after |
I'm attempting to follow the "use your local react-native fork/branch" instructions on the 0.61-stable branch, and I ran into this. In an unclean app build state (it had already built before I altered the branch to use my own fork/branch, and I just added the changes documented above and rebuilt, I got this. I tried a clean per @sunnylqm and a rebuild and that did not work. I reverted to the pickFirst strategy above and that did work. Here's where to put them in the context of the file, in case anyone else needs to try pasting them back in and isn't sure what groovy scope they are in https://github.com/react-native-community/rn-diff-purge/blob/release%2F0.60.6/RnDiffApp/android/app/build.gradle#L180 |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
Android Build fails after upgrading to 0.61.1.
The upgrade helper asks to remove these lines and adding these back fixes the build issue.
React Native version:
Steps To Reproduce
Error in console:
Snack, code example, screenshot, or link to a repository:
Additional Console output:
The text was updated successfully, but these errors were encountered: