-
Notifications
You must be signed in to change notification settings - Fork 22
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
Using Java 14 #261
Comments
what is your react native, java, compile sdk version? |
@hannojg |
And the Java version you're using? |
JDK 17 Zulu |
I encountered the same problem, strangely, the jdk version configured in the environment variable is 17, the error here shows that the jdk version used is 11, and the java version is not set in the android project |
I'm getting this error while build
I guess it is because in build.gradle there is Java 8 requirement:
The text was updated successfully, but these errors were encountered: