找不到方法'org.gradle.api.tasks.SourceSetOutput.getClassesDir()Ljava / io / File;'

时间:2019-06-12 11:18:46

标签: android-studio gradle

我试图在this repo中运行导入的项目

但我收到此错误:

Unable to find method 'org.gradle.api.tasks.SourceSetOutput.getClassesDir()Ljava/io/File;'.
Possible causes for this unexpected error include:
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download dependencies and sync project (requires network)

The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.
Stop Gradle build processes (requires restart)

Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.

In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.

我使用了Android Studio版本3.4.1和Gradle版本5.1.1。 任何人都可以帮忙。

1 个答案:

答案 0 :(得分:0)

我遇到了同样的错误,并通过更新后端模块中的依赖项来解决它:

classpath 'com.google.cloud.tools:endpoints-framework-gradle-plugin:1.0.2'

classpath 'com.google.cloud.tools:endpoints-framework-gradle-plugin:1.0.3'