错误信息 java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: GC over limit exceeded
参考百度 https://blog.youkuaiyun.com/renfufei/article/details/77585294 了解错误产生的原因
解决方法
在操作系统当前用户的.gradle文件夹下:C:\Users\Administrator\.gradle 设置gradle.properties,若无就新增。
在文件中添加如下配置信息:
org.gradle.jvmargs=-Xmx512m


该方法同时可解决
Error:Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
Please refer to the user guide chapter on the daemon at http://gradle.org/docs/2.2.1/userguide/gradle_daemon.html
Please read the following process output to find out more:
编译错误问题
9395

被折叠的 条评论
为什么被折叠?



