Android Studio , on windows : JAVA_HOME is not set and no 'java' command could be found in your PATH
I am trying to build my Android app on the command line using Gradle commands. On executing the .gradlew build I am getting the error below: ERROR: JAVA_HOME is not set and no 'java' command could be found in your…