Android Studio Could not call IncrementalTask.taskAction() on task ':project:dexDebug'
- by akenawell85x
I recently decided to switch from Eclipse to Android Studio. I imported a project I was working on and am now getting this error when I try to run the project.
Gradle: Execution failed for task ':project:dexDebug'.
> Could not call IncrementalTask.taskAction() on task ':project:dexDebug'
I've been cruising this site for 2 days now and trying…