当前位置:   article > 正文

Android :app:processDebugResources 错误_cannot use @taskaction annotation on method increm

cannot use @taskaction annotation on method incrementaltask.taskaction$gradl

出现
Could not create task ‘:app:processDebugResources’.
Cannot use @TaskAction annotation on method IncrementalTask.taskAction$gradle_core() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method.

出现这个的原因是 我从最新版的android studio 换成了一个旧版本的Android studio

解决方法:
修改 gradle/wrapper/gradle-wrapper.properties
里的
distributionUrl=https://services.gradle.org/distributions/gradle-8.0-bin.zip

我这里修改的是为
distributionUrl=https://services.gradle.org/distributions/gradle-7.3.3-bin.zip

我解决这个问题的思路是 从一个正常能Gradle sync的项目中 拷贝这些配置内容到不能正常 sync的项目中

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/笔触狂放9/article/detail/492264
推荐阅读
相关标签
  

闽ICP备14008679号