-
Notifications
You must be signed in to change notification settings - Fork 90
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
react-native 0.73.1 is throwing compileDebugJavaWithJavac FAILED #334
Comments
Same issue |
This is my set up, i thing is because java version maybe i added all the settings from https://docs.jwplayer.com/players/docs/android-add-the-sdk System: |
Did you solved the issue? |
@Dav2015 yes we did an temperory fix for this issue.Replace that line |
@ahsanreal4 |
Yes. |
@manish-l-au3 Thank you so much. Your solution worked for anyone else having this issue with Expo SDK 50 you can follow his answer. for more explanation on how to perform the patch package operation. You can use this article I found on medium https://blog.stackademic.com/optimizing-react-native-a-guide-to-using-patch-package-in-react-react-native-53695f349521 |
Hello! I was unable to compile the app and now with your fix I was able to solve it but have another issue, does this happen to you?
|
Task :react-native-jw-media-player:compileDebugJavaWithJavac FAILED
symbol: variable id
location: class R
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /Users/anilgupta/Documents/maddy/republic-mobileapp/node_modules/react-native-jw-media-player/android/src/main/java/com/appgoalz/rnjwplayer/RNJWPlayerViewManager.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
package versions:
"react-native": "^0.73.1",
"react": "^18.2.0",
"react-native-jw-media-player": "^0.2.40",
The text was updated successfully, but these errors were encountered: