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

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

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

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

解决方案:在项目的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.的解决方案

 最后重新编译下即可。

相关文章:

  • 2021-09-24
  • 2022-12-23
  • 2022-12-23
  • 2021-06-01
  • 2022-12-23
  • 2021-11-03
  • 2021-11-07
猜你喜欢
  • 2022-12-23
  • 2021-04-16
  • 2022-12-23
  • 2021-11-03
  • 2021-07-22
  • 2021-11-01
相关资源
相似解决方案