The problem is solved by adding the below statement in "gradle.properties" file located in [App_name] > android > gradle.properties The statement that is added,
org.gradle.java.home=C:/Program Files/Java/jdk-17.0.x
The right side of equal sign is the location of JDK. Change the location accordingly. Thanks