Error running Gradle

0

I'm not able to run a project in Android Studio. The project compiles normally, but when I try to run it, the following error occurs in the Gradle console:

org.gradle.api.internal.changedetection.rules.DescriptiveChange cannot be cast to org.gradle.api.tasks.incremental.InputFileDetails

Note: This problem began to occur after some updates in Android Studio.

    
asked by anonymous 13.02.2017 / 13:11

1 answer

0

Delete the .gradle folder, then give CLEAR and RUN to the project again.

In reference to this answer from SOen.

    
13.02.2017 / 13:16