android studio: Plugin with id 'com.jfrog.bintray' not found.

今天学习zxing时倒入精简的zxing包,android studio报错。出现以下代码:

 Plugin with id 'com.jfrog.bintray' not found.



解决方法是: 只保留导入包build。gradle里的

apply plugin:'com.android.library'

android 

{

(里面不能删除)

}

dependices()

{

(里面不能删除)

}

posted @ 2017-07-10 18:14  whomhim  阅读(1233)  评论(0)    收藏  举报