美文网首页
Could not find method implementa

Could not find method implementa

作者: Munan_ | 来源:发表于2020-03-24 00:54 被阅读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版本

    作者:CZKGO
    链接:https://www.jianshu.com/p/3fe7b56a380b

    相关文章

      网友评论

          本文标题:Could not find method implementa

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