org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:preDebugBuild'

Advertisements When trying to build an Android app, I am getting the following error. The interesting thing is that the exact same source code builds correctly on another computer, which makes me think that maybe the Gradle version or something like that may be the root cause. Any hints? Execution failed for task ‘:app:preDebugBuild’. >… Read More org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:preDebugBuild'