-
Notifications
You must be signed in to change notification settings - Fork 471
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
Error on run app #496
Comments
According to the error message at the bottom, it doesn't look like you've installed JDK. Please follow the instructions at React Native to get your environment properly set up: https://reactnative.dev/docs/_getting-started-macos-android#installing-dependencies |
Suddenly this issue started to appear two days ago. And I have the environment configured as in the documentation. @uendar did you solve it or do you have a clue about it? |
@andrewdazs see this stack overflow for an explanation |
@L-Yeiser, it worked very well. After I updated my OS it had stopped working, I didn't imagine that would be the problem. Thanks a lot :) |
the same issue +1 |
in my case Helped:
|
On MacOSX bigsur, for me the problem was really that I had 2 JDK's installed:
React Native needs the adoptopenjdk version, so I added my ~/.bash_profile the adoptopenjdk path as the JAVA_HOME environment variable:
|
@hey68you thx |
i get this error when i run the app. I did not get it before 1 day.
The text was updated successfully, but these errors were encountered: