AndroidStudio build过程中出现“Unable to find method ‘org.gradle.api.file .......”的解决办法

问题

今天对Android项目改动了一些东西后,在build过程中出现了以下错误

Unable to find method 'org.gradle.api.file.ProjectLayout.fileProperty(Lorg/gradle/api/provider/Provider;)Lorg/gradle/api/file/RegularFileProperty;'.
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.

分析

上面说,Gradle dependency有点问题,于是我查看了下自己的GradleGradle 插件的版本

Gradle 版本

Project模式,在项目下的gradlewrappergradle-wrapper.properties文件里查看,如图1所示:

在这里插入图片描述

图1 Gradle 版本

可以看到我的Gradle 版本为 6.1.1

Gradle 插件 版本

在项目下的build.gradle文件里查看,如图2所示:


在这里插入图片描述

图2 Gradle 插件 版本

可以看到我的Gradle插件版本为 3.2.0

Gradle插件版本与所需Gradle版本的关系

关系如图3(图源)所示:

在这里插入图片描述

图3 关系图

易发现两者不对应

解决

因此,我只需要将Gradle版本降低或者Gradle插件版本升高即可,即使两者不冲突
没了,成功

  • 4
    点赞
  • 21
    收藏
    觉得还不错? 一键收藏
  • 3
    评论
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值