skip to Main Content

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?

enter image description here

2

Answers


  1. Go to the project structure and then select the Gradle setting then you can find the JDK location that is embedded with Android Studio. Embeded JDK location update on Android studio

    Login or Signup to reply.
  2. 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.

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search