Error:No such property: GradleVersion for class: JetGradlePlugin

前端 未结 7 1328
青春惊慌失措
青春惊慌失措 2020-12-29 20:46

I am getting below error in intellij for a gradle project. I am importing existing gradle project and trying refresh it in gradle window.

Error:No such prope         


        
7条回答
  •  遥遥无期
    2020-12-29 21:11

    After a couple of days, I found a solution to this.

    1)First, find the Gradle version (gradle -v), In my case, Gradle version was 4.1.

    2)Then in the android studio change my Gradle version to 4.1 (File --> Project Structure -> Project)

    enter image description here

    3)Click ok Button.

    that's it :)

提交回复
热议问题