Android Studio Gradle Problems: Invalid Gradle JDK Configuration Found

I am using Android Studio running IntelliJ and Gradle and this gives me problems. This is the error I get and I really need help. I do not know if my path is right, but I cannot solve the problem. Any help would be appreciated.

enter image description here

This is what I get after giving him a place, so I'm a little confused. the place is right. I admit that I do not know what the problem is. Thank you in advance.

enter image description here

+5
source share
1 answer

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

Point the JDK to the folder of your JAVA SDK . Also make sure the folder exists.

And look at this: Wrong Gradle JDK Configuration Found?

+5
source

All Articles