Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio Gradle issues: Invalid Gradle JDK Configuration found

I am using Android Studio powered by IntelliJ and Gradle, and it is giving me issues. This is the error I get and I really need help. I dont know if my path is correct but I can't seem to fix the problem. Any help will appreciated.

enter image description here

This is what I get after giving it the location, so I am a bit confused. the location is correct. I admit I don't know what the problem is. Thanks in advance.

enter image description here

like image 763
Madona wambua Avatar asked Jul 20 '15 20:07

Madona wambua


People also ask

How do I fix invalid gradle JDK configuration found open gradle settings?

The problem was solved by clicking in Android Studio, File -> Project Structure -> SDK Location. Under JDK location, enter the correct directory for JDK, for example, /usr/lib/jvm/jdk1. 8.0_45. Click OK.


1 Answers

Under Android Studio, select File -> Project Structure -> JDK location.

Specify the JDK to the folder of your JAVA SDK. And also Make sure the folder does exist.

And take a look at this: Invalid Gradle JDK configuration found?

like image 132
ʍѳђઽ૯ท Avatar answered Oct 06 '22 00:10

ʍѳђઽ૯ท