admin管理员组

文章数量:1384967

I am trying to build my app for dev build so I can use some native code, but when I run eas build ... for development build, after 3 minutes it says it fails due to some features that are not anymore available in Gradle 9 but were still mentioned in the native code. How can I fix this?

I have tried changing native code such as the dependencies and changing it to Gradle 7.6, but it hadn't worked. I'm using react native 0.76.7, Expo SDK 52.0.36/39.

I am trying to build my app for dev build so I can use some native code, but when I run eas build ... for development build, after 3 minutes it says it fails due to some features that are not anymore available in Gradle 9 but were still mentioned in the native code. How can I fix this?

I have tried changing native code such as the dependencies and changing it to Gradle 7.6, but it hadn't worked. I'm using react native 0.76.7, Expo SDK 52.0.36/39.

Share Improve this question asked Mar 17 at 22:43 knnorou2knnorou2 668 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

The problem had been resolved by changing the distribution URL to Gradle 7.6's distribution URL in the gradle-wrapper.properties file.

本文标签: androidDev Building Gradle Issue Leading to Build Failure in Expo React Native SDK 52Stack Overflow