How do I download JDK 11?

Head to Java SE Development Kit 11 Downloads page and choose the download file appropriate to your operating system . Oracle JDK 11 comes with installers for Linux (rpm and deb), macOS (dmg), Windows (exe) and archive files (tar. gz and zip). For Windows, I recommend to download the file jdk-11.0.

Read more

Where 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