美文网首页Android开发
com.github.dcendents.android-mav

com.github.dcendents.android-mav

作者: 爱玩保龄球 | 来源:发表于2017-12-05 14:34 被阅读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'

}

相关文章

网友评论

    本文标题:com.github.dcendents.android-mav

    本文链接:https://www.haomeiwen.com/subject/bfhvuxtx.html