79468890

Date: 2025-02-26 07:51:06
Score: 1
Natty:
Report link

I am getting the same error & nothing works:

./gradlew clean
./gradlew build

I resolved this error by updating the Gradle version.
Here are the steps:

  1. Navigate to gradle-wrapper.properties file:
android/gradle/wrapper/gradle-wrapper.properties
  1. Replace the current Gradle version with new one:
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip

Check the compatible Gradle version from here: Gradle Release

Reasons:
  • Whitelisted phrase (-2): I resolved
  • RegEx Blacklisted phrase (1): I am getting the same error
  • Has code block (-0.5):
  • Me too answer (2.5): I am getting the same error
Posted by: ankushlokhande