Home > Back-end >  New Android Studio Project
New Android Studio Project

Time:12-15

I am trying to build a new Android Studio Project as the title says and I am having this error in the Android Studio IDE :

Unsupported Gradle. 
The project uses Gradle version which is incompatible with Android Studio 2021.3.

Possible solution:
 - Open Gradle wrapper settings, upgrade version to 3.0 or newer and reload the project

gradle-wrapper.properties

#Thu Dec 15 13:54:44 EET 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

I could not find any solution on the Internet. Please help.

I have tried changing the version to 3.0 but I don't know how to solve this problem and I need to do a project for university in Kotlin, and it does not work.

CodePudding user response:

try this instruction enter image description here

enter image description here

enter image description here

  • Related