美文网首页
Unable to find method ‘org.gradl

Unable to find method ‘org.gradl

作者: Amy木婉清 | 来源:发表于2021-07-29 09:39 被阅读0次

今天更新了gradle版本后出现的问题如下图:

image.png
看这句 Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.
大概意思就是 你的项目可能使用的第三方插件与项目中的其他插件或项目所要求的Gradle版本不兼容。
最后找到问题了 原来是我项目中引入GreeDao

build.gradle文件中:


image.png

最后就成功运行了 ;同时butterknife也可能需要更新版本哦!!

相关文章

网友评论

      本文标题:Unable to find method ‘org.gradl

      本文链接:https://www.haomeiwen.com/subject/srttvltx.html