Android Configuration on demand is not supported by the current version of the Android Gradle plugin

1.错误如下:

Configuration on demand is not supported by the current version of the Android Gradle plugin since you are using Gradle version 4.6 or above. Suggestion: disable configuration on demand by setting org.gradle.configureondemand=false in your gradle.properties file or use a Gradle version less than 4.6.

2.翻译:

当前版本的Android Gradle插件不支持按需配置,因为您使用的是Gradle 4.6或更高版本。建议:通过在gradle.properties文件中设置org.gradle.configureOnDemand=false或使用小于4.6的渐变版本来禁用按需配置。

3.解决方法:

1).打开?gradle-wrapper.properties 文件,修改?distributionUrl 参数,将其后面修改为低于4.6版本的 Gradle。如:

distributionUrl=https\://services.gradle.org/distributions/gradle-4.5-all.zip

2).打开?gradle.properties 文件,共有两个:Global Properties 和 Project?Properties,将其中的

org.gradle.configureondemand=true

改为:

org.gradle.configureondemand=false

注意:gradle.properties文件,共有两个:Global Properties和?Project?Properties,全都需要修改

或删除该语句,或注释掉该语句。

然后,通过 File 菜单,点击 Settings,或按 Ctrl+Alt+S?打开设置;找到 Build, Execution, Deployment 里面的 Compiler,将右面的 Configure on demand 取消勾选。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值