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

mac2022-06-30  22

解决方案: 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

转载于:https://www.cnblogs.com/charlie098765/p/6737960.html

相关资源:JAVA上百实例源码以及开源项目
最新回复(0)