• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps invalid gradle JDK configuration found?

hello, i am very new in android studio. i have a problem with gradle.
it says,
Error:Invalid Gradle JDK configuration found.
Platform SDK does not point to valid JDK (C:/Program Files/Java/jdk1.8.0_20).
then what should i do to solve that?
 

Attachments

  • Untitled.png
    Untitled.png
    56.6 KB · Views: 258
what do you mean guys? i don't really understand.
could you please explain it to me?:)
You originally posted this in the Android Questions area. Not the wrong place, but not an area where other Android developers generally go look for questions and answers. My good friend @Hadron mentioned posting in this section so more folks that may be able to help would see your question and be able to answer. He also linked a helpful document on some of the forum code tags so it is easier for any sample code to be read if necessary. Finally, he alerted us that you would be better served in the development forum and I relocated your question there.:)

While there is still a link in the original location to your question, it now exists in the Application Development section.
 
To try to answer the original question, maybe try adding /bin onto the end of the path (so it would look like C:/Program Files/Java/jdk1.8.0_20/bin)?
 
Back
Top Bottom