79104068

Date: 2024-10-19 01:52:31
Score: 1
Natty:
Report link

the problem comes from an incompatibility of the package with the new version of gradle to correct this you must change the version of gradle in the flutter project more precisely in "androïd/gradle/wrapper/gradle-wrapper.properties" it looks like this: "distributionUrl=https://services.gradle.org/distributions/gradle-7.6.3-all.zip". you must then go to the Settings.gradle file and modify the second line in the plugins like this: id "com.android.application" version "7.3.0" apply false. well before doing all these steps you must delete the .gradle folder located in the android folder

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Lil codeur