Introduction with Jenkins iOS If you are new to continuous integration for mobile platforms then you are in the right place. This article will explain how to setup a fully automated continuous integration environment. To do this we will use the follo…
linux服务器使用Jenkins+gradle+git打apk包,遇到的错误Gradle build daemon disappeared unexpectedly (it may have been killed or may have crashed),如图所示 问题产生原因:linux服务器可用内存太小,Android项目编译时恰恰又比较耗内存,所以在编译中内存不足,gradle报错 查看内存命令:free -lh…