1. 程式人生 > >Plugin with id 'com.novoda.bintray-release' not found.的解決方案

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

添加 pan mage nbsp file eas 分享 pat img

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