Android开发

com.github.dcendents.android-mav

2017-12-05  本文已影响0人  爱玩保龄球

错误提示:

Error:Plugin with id 'com.github.dcendents.android-maven' not found.

解决方法:

在项目的build.gradle   添加下面内容

dependencies {

classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'

}


错误提示;

Error:Plugin with id 'com.jfrog.bintray' not found.

解决方法:

dependencies {

classpath'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'

}

上一篇 下一篇

猜你喜欢

热点阅读