Gradle build fails: Unable to find method 'org.gradle.api.tasks.testing.Test.getTestClassesDirs()Lorg/gradle/api/file/FileCollection;'

前端 未结 9 1269
北恋
北恋 2020-12-28 12:25

When i am trying to compile a imported project from github, my gradle build always fails with the following exeption.

Unable to find method \'org.gradle.api.         


        
9条回答
  •  自闭症患者
    2020-12-28 12:34

    for android studio path "folder project/gradle/wrapper/gradle-wrapper.properties" file change URL value distributionUrl=https://services.gradle.org/distributions/gradle-4.10.1-all.zip apropriate (previous) version from http://services.gradle.org/distributions/

提交回复
热议问题