JDK Location in Android Studio
Read moreWhere is the location of JDK in Mac?
In macOS, the JDK installation path is /Library/Java/JavaVirtualMachines/jdk-10. jdk/Contents/Home . The root directory of the JDK software installation.
Read moreHow do I find my JDK path on Mac?
“how to check java path in mac” Code Answer
Read moreWhere is the Android JDK folder?
Download and install latest JDK(currently its 8) from java official site in case you are using previous versions. Then in Android Studio go to File->Project Structure->SDK location -> JDK location and set it to ‘C:\Program Files\Java\jdk1. 8.0_121’ (Default location of JDK).
Read more