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

时间:2016-06-15 18:47:08   收藏:0   阅读:1255

在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一下,项目好用了!

 

原文:http://www.cnblogs.com/touchmore/p/5588140.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!