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)`. Consult IDE log for more details (Help | Show Log)
then what should I do to solve that?
Android Studio uses Gradle, an advanced build toolkit, to automate and manage the build process, while allowing you to define flexible custom build configurations. Each build configuration can define its own set of code and resources, while reusing the parts common to all versions of your app.
I got this issue in Android studio 4.2 canary, and I had to delete those generated files:
.idea/gradle.xml .idea/workspace.xml
then clicking try again to sync the project.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With