gpt4 book ai didi

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

转载 作者:塔克拉玛干 更新时间:2023-11-01 21:52:26 25 4
gpt4 key购买 nike

我使用以下库将 Material 设计添加到我的 android 项目
https://github.com/navasmdc/MaterialDesignLibrary

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

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

最佳答案

首先,您可以将此库用作依赖项,只需将此依赖项添加到您的 module/build.gradle 即可:

dependencies {
compile 'com.github.navasmdc:MaterialDesign:1.5@aar'
}

如果你想在本地作为模块导入,你必须在你的module/build.gradle中添加这部分:(这部分添加在库中的the top-level file中)

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.+'
classpath 'org.codehaus.groovy:groovy-backports-compat23:2.3.5'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0'
classpath 'com.github.dcendents:android-maven-plugin:1.2'
}
}

注意这个库没有更新上次的支持库,也没有使用新的设计支持库。

关于android - 错误 :(2, 0) 找不到 id 为 'com.github.dcendents.android-maven' 的插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32022171/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com