Unable to find method ‘org.gradl

2021-07-29  本文已影响0人  Amy木婉清

今天更新了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也可能需要更新版本哦!!

上一篇下一篇

猜你喜欢

热点阅读