According to the documentation, the choose the Embedded JDK
option should be found under File > Settings... > Build, Execution, Deployment > Build Tools > Gradle
. But I do not see it there. Just updated Android Studio to the latest version Arctic Fox 2020.3.1 Patch 1
.
Previously I was testing with the Oracle JDK, but discovered that the OpenJDK is embedded and would like to use that instead.
How can the embedded JDK be selected?
2
Answers
Go to the project structure and then select the
Gradle
setting then you can find theJDK
location that is embedded with Android Studio.You need to have a project open before you follow those directions in the documentation. The Gradle JDK is configured on a per-project basis.