我们一般在在github上下载下来的代码,有时候会提示Plugin with id ‘com.novoda.bintray-release’ not found的错误,这个怎么解决呢,其实很简单,只要在你的根目录下的build.gradle中添加

dependencies {
        classpath 'com.android.tools.build:gradle:1.5.0'
        //添加下面这行代码就OK了
        classpath 'com.novoda:bintray-release:0.3.4'

相关文章:

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