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.的解决方案相关推荐

  1. Android Studio导入别人的module提示错误Plugin with id ‘com.jfrog.bintray‘ not found.

    1 问题 Android Studio导入别人的module提示错误如下 Plugin with id 'com.jfrog.bintray' not found. Plugin with id 'c ...

  2. Android Studio之提示Gradle sync failed: Plugin with id ‘com.novoda.bintray-release‘ not found.

    1 问题 导入别人的模块到Android Studio,错误提示如下 Gradle sync failed: Plugin with id 'com.novoda.bintray-release' n ...

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

    在根目录下的build.gradle中添加(在外部的的gradle中) classpath 'com.novoda:bintray-release:0.3.4' 即可.

  4. Plugin with id 'com.novoda.bintray-release' not foun

    classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0' 查看全文 http://www.taodudu.cc/news/show- ...

  5. 解决ide的[ERROR] Plugin org.apache.maven.plugins:maven-archetype-plugin:RELEASE or one of its dependenc

    [ERROR] Plugin org.apache.maven.plugins:maven-archetype-plugin:RELEASE or one of its dependencies- 前 ...

  6. Android项目中出现的Plugin with id ‘kotlin-android‘ not found解决方法

    Android项目中出现的Plugin with id 'kotlin-android' not found解决方法 参考文章: (1)Android项目中出现的Plugin with id 'kot ...

  7. Android stduio之Plugin with id ‘com.android.application‘ not found解决办法

    1.错误 Plugin with id 'com.android.application' not found 2.解决办法 打开项目的build.gradle,看是否有buildscript{},如 ...

  8. 解决 Plugin with id 'com.github.dcendents.android-maven' not found.

    在Android studio中引用第三方库的时候,报这个错. Error:(2, 0) Plugin with id 'com.github.dcendents.android-maven' not ...

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

    导入开源项目的时候老是报这个错 Error:(2, 0) Plugin with id 'com.github.dcendents.android-maven' not found http://bl ...

最新文章

  1. 只有程序员才能看懂的30张图,绝配!
  2. 会python可以从事什么工作-Python入门后,想要从事自由职业可以做哪方面工作?...
  3. 函数要多小才够好——谈小函数之道
  4. 八城联动丨神策 2020 数据驱动用户大会「合肥站」邀您免费参会!
  5. 浅谈unity中gamma空间和线性空间
  6. 修改图层的范围_【PS|第39期】数字绘画 使用填充图层
  7. 神经网络 卷积神经网络_如何愚弄神经网络?
  8. SpringNBoot日志配置
  9. 【kafka】kafka 新增节点 报错 InconsistentBrokerIdException Configured broker.id doesn‘t match
  10. linux下的nginx+tomcat配置
  11. 分享一套帮助你优化开发web应用的jQuery插件集 - Vanity Toolset
  12. 2009年11月14日上海讲座-Linux触摸屏驱动PPT
  13. java des 加密 js 解密_js 实现DES加密解密
  14. opencv将16位灰度图片转化为8位
  15. echarts:legend调整
  16. 数据沼泽_数据湖:只是一片沼泽,没有数据治理和目录
  17. React Loadable中文文档
  18. 一文带你深入理解Redis中的底层数据结构,再也不怕不懂数据类型的底层了
  19. linux系统下ipa签名,安装isign 自动签名ipa包
  20. 微软真是个十足的混蛋啊!让我们跟踪Exception到行把!(不明真相群众请入)...

热门文章

  1. winform如何保持TreeView节点展开和折叠的状态
  2. notepad++ java编码,输出中文字符时,编译出错
  3. 自定义Sharepoint的登陆页面(2)
  4. Visual C++ 2011-8-15
  5. 用T-SQL得到数据库的可视化结构
  6. Service Mesh是大方向,那Database Mesh呢?
  7. [转] MMO即时战斗:地图角色同步管理和防作弊实现
  8. 《马哥教育协办GIAC、GOPS顶级技术峰会完美落幕》
  9. 博为峰Java技术题 ——JavaSE Java Swing组件类的层次
  10. Java Web学习总结(30)——Service层在MVC框架中的意义和职责