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 badges1 Answer
Reset to default 1The 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
版权声明:本文标题:android - Dev Building Gradle Issue Leading to Build Failure in Expo React Native SDK 52 - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744531994a2611090.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论