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

来源:互联网 发布:淘宝联盟 有效订单 编辑:程序博客网 时间:2024/06/05 05:28

Error:(2, 0) Plugin with id 'com.github.dcendents.android-maven' not found.
从git上下的demo,报了这个错。

buildscript {    repositories {        jcenter()    }    dependencies {        classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.5'        classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'    }}
解决:更改了插件版本,从1.3到1.5



阅读全文
0 0
原创粉丝点击