I am getting this error while opening project.
Error:(1, 0) Minimum supported Gradle version is 4.1. Current version is 3.5.
Please fix the project's Gradle settings.
<a href="fixGradleVersionInWrapper">Fix Gradle wrapper and re-import project</a><br><a href="openGradleSettings">Gradle settings</a>
i tried all the SO answers as they mentioned to set classpath like this
classpath 'com.android.tools.build:gradle:3.0.1'
and distributionUrl like this
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
and i cleaned project,rebuild and invalidated cache and restarted may times but no luck.i am really not getting what is wrong here but same project running in another System android Studio without any error. help me to solve this issue.