美文网首页
Could not find method implementa

Could not find method implementa

作者: CZKGO | 来源:发表于2018-08-04 14:18 被阅读0次

编译时出现该问题

* What went wrong:
A problem occurred evaluating project ':app'.
> Could not find method implementation() for arguments [com.android.support:appcompat-v7:26.1.0] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

原因:

    implementation是gradle版本3.0之后才支持的,出现该问题代表你的gradle版本过低。

解决方案

方案一:将implementation改为compile
方案二:升级build.gradle文件中的Gradle版本

相关文章

网友评论

      本文标题:Could not find method implementa

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