Configuration on demand is not supported by the current version of the Android Gradle plugin since y
不飞则已,一飞冲天;不鸣则已,一鸣惊人。这篇文章主要讲述Configuration on demand is not supported by the current version of the Android Gradle plugin since y相关的知识,希望能为你提供帮助。
androidStudio打开cocos3.17.2Lua项目时,出现了
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.
Open File
错误
由于使用你正在使用 Gradle
版本4.6或以上,当前版本的Android的
Gradle
插件不支持按需配置。
建议:通过在你的
gradle.properties 文件中设置
org.gradle.configureondemand=false
禁用按需配置,或者使用一个低于4.6版本的
Gradle。
解决办法
取消掉按需分配
找到 File/Settings/Build, Execution, Deployment
里面的
Compiler,将右面的
Configure on demand
取消勾选。
文章图片
重新编译通过了
【Configuration on demand is not supported by the current version of the Android Gradle plugin since y】
推荐阅读
- Android ListView随手缓慢滑动时有残影现象
- Android Studio 3.0——unable to resolve dependency for cordovalib
- Android Telephony分析 ---- 接口扩展(实践篇)
- APP接口测试和功能测试点
- (十五)连接网络adb,android模拟器打开
- Android Telephony分析 ---- 接口扩展(异步转同步)
- 虹软人脸识别3.0 - 图像数据结构介绍(Android)
- android下载网络图片,设置宽高,等比缩放
- understanding android build layer · Dylan