I am trying to build an Android project on our Debian build server with gradlew.
Each time I run it the build fails on the preDexDebug step with error 137 and the f
The problem was due to memory problems on the build server. Switching to a build server with more memory has fixed the problem.