I cloned an Android Studio project an tried to run it. When I open the project for the first time I get a message telling me that Android Studio was "unable to get gradle wrapper properties"
. If I try to compile the project I get the following error:
ERROR: Unable to find method 'org.gradle.api.artifacts.ProjectDependency.getProjectConfiguration()Lorg/gradle/api/artifacts/Configuration;'.
Do you have an idea about the problem? I am using Android Studio 3.3
under mac OS.