Error:Cannot access first() element from an empty List

解决方案:
bintray版本问题,修改为:
classpath 'com.novoda:bintray-release:0.3.4'
如下:
buildscript {
    repositories {
        jcenter()
    }
    dependencies {

        classpath 'com.novoda:bintray-release:0.3.4'
      
    }
}

allprojects {
    repositories {
        jcenter()
    }
}

  

参考:http://stackoverflow.com/questions/31876573/android-studio-gradle
posted @ 2017-04-20 11:49  Charlie098765  阅读(1422)  评论(0编辑  收藏  举报