码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2017-10-07 17:31:04      阅读:1432      评论:0      收藏:0      [点我收藏+]

标签:lease   app   color   open   bsp   img   提示   com   ges   

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.的解决方案

标签:lease   app   color   open   bsp   img   提示   com   ges   

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

(1)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!