0

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.

M.K
  • 1,464
  • 2
  • 24
  • 46
ati
  • 45
  • 2
  • Try `syncing the project with Gradle files` – Sidharth Mudgil Dec 15 '22 at 12:28
  • 1
    Update the Android Studio idea – Moklesur Rahman Dec 15 '22 at 12:28
  • Have you checked [this](https://stackoverflow.com/questions/68798266/the-project-uses-gradle-2-10-which-is-incompatible-with-android-studio-2020-3)? Duplicate? – M.K Dec 15 '22 at 12:45
  • tried every solution - no result. I have seen that build.gradle project level, files often specified, has other content that any other proposed solution. could it be because of this? – ati Dec 15 '22 at 12:59
  • Does this answer your question? [The project uses Gradle 2.10 which is incompatible with Android Studio 2020.3](https://stackoverflow.com/questions/68798266/the-project-uses-gradle-2-10-which-is-incompatible-with-android-studio-2020-3) – miken32 Dec 15 '22 at 19:28

0 Answers0