I follow this steps to solve android gradle issue
- Install the library "@react-native/gradle-plugin"
- In gradle.properties file replace "MaxPermSize" with "MaxMetaspaceSize"
- In gradle-wrapper.properities file Upgrade to gradle zip 8.9
distributionUrl=https://services.gradle.org/distributions/gradle-8.9-all.zip
- After completing above steps, just do the gradle clean and re run the app.