-2

open jdk hogging my ram what is it i have android studio 3.0.1 , i already installed Java JDK

enter image description here

Kartik
  • 35
  • 1
  • 2
  • 8

1 Answers1

1

According to google documentation. A copy of the latest OpenJDK comes bundled with Android Studio 2.2 and higher.

  • Open your project in Android Studio and select File > Project Structure in the menu bar.
  • In the SDK Location page and under JDK location, deselect the Use embedded JDK checkbox.
  • Select the location of your Java JDK.
  • Click OK.
smac89
  • 39,374
  • 15
  • 132
  • 179
Abhay Tomar
  • 175
  • 1
  • 9