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

本文介绍了解决Android Studio中使用Gradle插件时出现的配置ondemand不支持问题的方法。提供了两种解决方案:一是降级Gradle版本,二是禁用配置ondemand功能。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Android Studio 升级到3.1.2,Gradle插件报错:

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.

 

解决方法一:

降级:

打开 gradle-wrapper.properties 文件,修改 distributionUrl 参数,将其后面修改为低于4.6版本的 Gradle。如:distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

解决方法二:

按提示配置将gradle.properties文件中的org.gradle.configureondemand=true修改为:

org.gradle.configureondemand=false但是这样并没有起到作用。

禁用on demand需要两步:

在gradle.properties删除org.gradle.configureondemand

Windows:File > Settings > Build, Execution, Deployment > Compiler,去掉configure on demand的勾选。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值