关于Error:Declaring custom 'clean' task when using the standard Gradle lifecycle plugins is not allowed这个错误的解决方法

产生原因

此错误是由于Android Studio版本升级到2.3.0之后出现的。

《关于Error:Declaring custom 'clean' task when using the standard Gradle lifecycle plugins is not allowed这个错误的解决方法》 01.jpg

解决方法

在build.gradle中删除或者注释掉task clean(type: Delete){ delete rootProject.buildDir}。

《关于Error:Declaring custom 'clean' task when using the standard Gradle lifecycle plugins is not allowed这个错误的解决方法》 02.jpg

    原文作者:悠悠的一杯茶
    原文地址: https://www.jianshu.com/p/469e6f14f952
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞