Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gradle Error - Could not call IncrementalTask.taskAction() on task ':project:mergeDebugResources'

I updated Android Studio and started getting this error. I have no experience with gradle and as such can't seem to figure out what could be going wrong.

Here's the full error.

Gradle: Execution failed for task ':project:mergeDebugResources'. Could not call IncrementalTask.taskAction() on task ':project:mergeDebugResources'

like image 225
Samuel Isola Avatar asked Sep 25 '13 15:09

Samuel Isola


1 Answers

So after reading up on gradle, I tried this command 'gradlew compileDebug --stacktrace' so as to see a more detailed error. It turns out the problem was actually a duplicate resource issue and gradle was just giving me a generic error.

like image 187
Samuel Isola Avatar answered Nov 18 '22 16:11

Samuel Isola