最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

android - Dev Building Gradle Issue Leading to Build Failure in Expo React Native SDK 52 - Stack Overflow

programmeradmin2浏览0评论

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.

发布评论

评论列表(0)

  1. 暂无评论