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