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

xiaoxiao2021-02-28  64

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

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

转载请注明原文地址: https://www.6miu.com/read-83758.html

最新回复(0)