首页 > 其他 > 详细

Plugin with id 'com.novoda.bintray-release' not found.的解决方案

时间:2017-10-07 17:23:09      阅读:3786      评论:0      收藏:0      [点我收藏+]

import Module的时候,有时候会提示Plugin with id ‘com.novoda.bintray-release‘ not found.

技术分享

点击Open File,定位到该Module的build.gradle文件中的代码:

技术分享

解决方案:在项目的build.gradle文件【注意不是app的build.gradle文件】中添加以下代码:

//解决Plugin with id ‘com.novoda.bintray-release‘ not found.
classpath ‘com.novoda:bintray-release:0.3.4‘

技术分享

 最后重新编译下即可。

Plugin with id 'com.novoda.bintray-release' not found.的解决方案

原文:http://www.cnblogs.com/whycxb/p/7600103.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!