Cannot find JAR 'jul-to-slf4j-1.7.10.jar'

Hello,
I am getting an error in Android Studio now:

Error:Failed to complete Gradle execution.
Cause:
Cannot find JAR ‘jul-to-slf4j-1.7.10.jar’ required by module ‘gradle-core’ using classpath or distribution directory ‘/Users/eazyigz/.gradle/wrapper/dists/gradle-2.10-all/a4w5fzrkeut1ox71xslb49gst/gradle-2.10’

Do you know why this is happening, and how I can fix it?

Igor

I solved this problem by running rm /Users/eazyigz/.gradle/wrapper/dists/*. Then I rebuilt the project in Android Studio, and it now works.