Error When Force Resolving Android Dependencies in Unity

153 views Asked by At

The Error Log was:

ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.

Here's the Player Setting and the error logs enter image description here

1

There are 1 answers

0
Chris Mikkelsen On

This solved the issue, I created JAVA_HOME variables in Environment Variables System Properties and copied the directory of of UNITY IDE's default installation folder for JDK

enter image description here