解决 Plugin with id 'com.github.dcendents.android-maven' not found.

Posted 口袋笔记

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决 Plugin with id 'com.github.dcendents.android-maven' not found.相关的知识,希望对你有一定的参考价值。

android studio中引用第三方库的时候,报这个错。

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

搜了一下。

这是原因为该项目的原作者会把项目发布到maven中央仓库中,所以在gradle中添加了相关的maven发布任务。

咱们又不能连到maven的仓库,所以我们把你要导入的第三方build.gradle中。

 

按照作者的方法

删掉除了

android{}
dependencies{}

之外的部分后还是不行,与pulltorefresh库中的build.gradle对比了一下,

在最顶部保留

apply plugin: ‘com.android.library‘

rebuild一下,项目好用了!

 

以上是关于解决 Plugin with id 'com.github.dcendents.android-maven' not found.的主要内容,如果未能解决你的问题,请参考以下文章

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

Plugin with id 'com.novoda.bintray-release' not found???????????????

Plugin with id ‘maven‘ not foundAndroid Studio | Gradle | 插件开发

Plugin with id ‘maven‘ not foundAndroid Studio | Gradle | 插件开发

android 编译错误 Error:(1, 0) Plugin with id 'com.android.application' not found.

Android 项目导入Android Studio 总是会出现错误: Plugin with id 'com.android.application' not found