错误:(2, 0) 在 android 中找不到 ID 为 'com.github.dcendents.android-maven' 的插件

Posted

技术标签:

【中文标题】错误:(2, 0) 在 android 中找不到 ID 为 \'com.github.dcendents.android-maven\' 的插件【英文标题】:Error:(2, 0) Plugin with id 'com.github.dcendents.android-maven' not found in android错误:(2, 0) 在 android 中找不到 ID 为 'com.github.dcendents.android-maven' 的插件 【发布时间】:2017-03-22 02:17:36 【问题描述】:

我使用以下库将材料设计添加到我的 android 项目中

https://github.com/boxme/SquareCamera

但是将其作为模块导入后,出现以下错误。我该如何解决它

Error:(2, 0) Plugin with id 'com.github.dcendents.android-maven' not found.

【问题讨论】:

***.com/questions/28871084/… 在你的项目 build.gradle 在依赖项中添加这一行:classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1' @Ankur 它不工作 你能发布你的 build.gradle 吗? 太长了不能在这里发帖......:) 【参考方案1】:

更新 build.gradle 文件所在的 buildscript 依赖项 Your_Project/build.gradle

类路径'com.github.dcendents:android-maven-gradle-plugin:1.5'

buildscript 
    repositories 
        jcenter()
    
    dependencies 
        classpath 'com.android.tools.build:gradle:2.3.0'
        classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' // This line you need to add

    

【讨论】:

以上是关于错误:(2, 0) 在 android 中找不到 ID 为 'com.github.dcendents.android-maven' 的插件的主要内容,如果未能解决你的问题,请参考以下文章

在根项目中找不到 Android Studio 0.8 任务组合

Android Studio 构建失败,“在根项目‘MyProject’中找不到任务’。”

在 android studio 中找不到符号错误

错误:在包“android”中找不到属性“textAlignment”的资源标识符

错误:在 Android SDK 中找不到 gradle 包装器。可能需要更新您的 Android SDK - Android

错误:在 android sdk 中找不到 gradle 包装器。可能需要更新您的 android sdk