Is the Java Runtime really necessary? #4982
Answered
by
jcesarmobile
ricardo-valero
asked this question in
Q&A
-
I can open the project and run it with Android Studio since I have de SDK, but is it possible for the command cap run android to run without Java Runtime? or is it on the roadmap? I get this error:
|
Beta Was this translation helpful? Give feedback.
Answered by
jcesarmobile
Aug 31, 2021
Replies: 1 comment 1 reply
-
Android development requires a Java runtime, android studio bundles its own. What I do is to set my JAVA_HOME to point to the android studio Java installation so it uses the same. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ricardo-valero
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Android development requires a Java runtime, android studio bundles its own. What I do is to set my JAVA_HOME to point to the android studio Java installation so it uses the same.