A copy of the latest OpenJDK comes bundled with Android Studio 2.2 and higher , and this is the JDK version we recommend you use for your Android projects. So if you are using the newest version, you won’t need any additional JDK.
Read moreHow 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 moreWhat version of Java does Android Studio support?
Android Studio supports all the same programming languages of IntelliJ (and CLion) e.g. Java, C++ , and more with extensions, such as Go; and Android Studio 3.0 or later supports Kotlin and “all Java 7 language features and a subset of Java 8 language features that vary by platform version.” External projects backport …
Read moreDoes Google use OpenJDK?
Google has worked with and contributed to the OpenJDK community ; with the spokesperson saying “As an open source platform, Android is built upon the collaboration of the open source community.”
Read moreCan Android Studio be used for Java?
You write Android apps in the Java programming language using an IDE called Android Studio . Based on JetBrains’ IntelliJ IDEA software, Android Studio is an IDE designed specifically for Android development.
Read moreWhich Java version should I use for Android Studio?
Set the JDK version A copy of the latest OpenJDK comes bundled with Android Studio 2.2 and higher , and this is the JDK version we recommend you use for your Android projects.
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