79335773

Date: 2025-01-07 11:11:53
Score: 2.5
Natty:
Report link

enter image description here

This problem appears when you install the Android Studio environment with the Flutter framework

You can deal with it through the following:

Go to: hange distributionUrl parameter gradle-wrapper.properties file to a newer gradle version in file: "/android/gradle/wrapper/gradle-wrapper.properties"

And: distributionUrl=https:

For example: distributionUrl=https://services.gradle.org/distributions/gradle-4.10.1-all.zip

Note: These steps differ from one Android version to another

Reasons:
  • Blacklisted phrase (1): enter image description here
  • No code block (0.5):
  • Low reputation (1):
Posted by: Musab Muhammed