-
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
/node_modules/react-native-code-push/android/codepush.gradle' line: 63 * What went wrong: Could not find matching constructor for: java.io.File(File) #2648
Comments
Same here |
getting same error not compatible with AGP 8.0 |
same ( |
same |
I am also facing the same issue to upgrade the react-native version from 0.70.7 to 0.72.4 in android and also upgrade the react-native-code-push 8.1.1 |
Same here, using react-native 0.72.6 and react-native-code-push ^8.1.1 |
same here |
Same here with react-native-code-push ^8.1.1 |
same here, any way to solve it |
same issue, hope the PR gets looked at |
Same issue when I update to 8.2.0 , too |
i've commented the lines 63 and 64 of the file /node_modules/react-native-code-push/android/codepush.gradle and it works on my local setup but when i run in azure or appcenter throws the error again. |
Here's the temporary patch file using
|
Your solution works for me! |
works! hope the PR gets approved and merged soon |
I am also experiencing this issue. Thanks for the patch! |
works for me thanks! |
I'm using RN 0.73.2 and this solution worked for me, thanks 😊 |
For anyone patching manually using yarn berry + Verified on RN 0.73.2 |
The fix has been merged, reopened issue for now. Will close it once release with the fix available. |
The fix available in the latest 8.2.1 release. |
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
Steps to Reproduce
2.cd android && ./gradlew clean
Actual Behavior
/node_modules/react-native-code-push/android/codepush.gradle' line: 63
The text was updated successfully, but these errors were encountered: