The Error:
Failed to sync Gradle project '-' Error:Unable to find method 'org.gradle.internal.logging.progress.DefaultProgressLoggerFactory.(Lorg/gradle/internal/logging/progress/ProgressListener;Lorg/gradle/internal/time/TimeProvider;)V'.
You can see, a constructor inside a class, which is found in the logging jar (gradle_home/lib/grade-logging-version.jar) is missing. So, I think the Class-Path does not contain this jar file.
- Gradle Version: 3.5
- Running using the Command Line works.
- I have already tried this:
- Gradle sync failed: Unable to find method
- to-find-method, it does not work for me.
- I have tried to use different versions.
- I can't see any difference when enabling
- "Use default gradle wrapper"
- "Use gradle wrapper task configuration"
- "Use local gradle distribution".