导入项目Plugin with id 'com.github.dcendents.android-maven' not found.错误

开发十年,就只剩下这套架构体系了! >>>   hot3.png

今天开发项目是引用了开源的MPChart的Library,出现了报错Plugin with id 'com.github.dcendents.android-maven' not found.

其实这是缺少工程以来的配置信息

在Project下那个build.grade里面的

dependencies {
}

添加全局依赖

classpath "com.github.dcendents:android-maven-gradle-plugin:1.5"
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0"

搞定,收工!

223916_bL9y_2663968.jpg

你可能感兴趣的:(导入项目Plugin with id 'com.github.dcendents.android-maven' not found.错误)