Error while running Gradle

Asked

Viewed 100 times

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 started to occur after some updates on Android Studio.

1 answer

0


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

In reference to this answer soen.

  • 1

    Thank you. Problem solved.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.