Invalid Gradle JDK configuration found?

后端 未结 7 1790
小蘑菇
小蘑菇 2020-12-29 18:12

I am very new in Android Studio. I have a problem with gradle. it says,

Error:Invalid Gradle JDK configuration found.
Platform SDK         


        
7条回答
  •  温柔的废话
    2020-12-29 18:41

    Under Android Studio, select File > Project Structure > JDK location. Specify the JDK to the folder of your currently installed JDK. And specify the SDK location as well.

提交回复
热议问题