-
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
Android build fails - cannot find symbol (1.17.4-beta + RN 0.42.3) #1282
Comments
Started facing pretty the same issue today...Successfully build Android like a few days ago, since those time didn't do any changes to package.json. Also trying to build the app on another PC, but still review the same issue. Environment
If someone have any suggestion, please help. |
@Borovensky I also get the same single |
Same here with RN version .44 |
This is due to facebook/react-native#19259 |
Yeah, I also find the solution here: facebook/react-native#19272 |
Cheers @Borovensky @ajwhite. Sorted with:
|
Update: you don't even need the above any more because of this fix from JCenter. |
@ben-snaize Thanks for update! |
Since a successful set of Android builds on 11th May, I am encountering the following Android build error. This affects two different Macs used for building so it doesn't seem to be an environment issue. No changes to package.json etc. have been made recently.
Steps to Reproduce
See example demo below or from an existing project:
npm i [email protected]
cd android && ./gradlew assembleRelease
Expected Behavior
Build compiles
Actual Behavior
Build does not compile:
Reproducible Demo
Download https://github.com/Microsoft/react-native-code-push/archive/master.zip and unzip. From
Examples
folder runnode create-app.js appName [email protected] [email protected]
command to generate plain CodePushified React Native app.cd appName/android
./gradlew assembleRelease
Environment
The text was updated successfully, but these errors were encountered: