写在前面
在进行React Native运行时,脚本会自动下载对应版本的gradle,这时候会报错:Exception in thread "main" java.io.IOException: Downloading from https://services.gradle.org/distributions/gradle-6.9-all.zip failed: timeout
,下面这篇文档会帮助你搭建基本的 React Native 开发环境。
问题描述
在进行React Native运行时需要运行./gradlew build对该项目进行编译,但是出现错误(报错信息可能稍有误差):
Downloading https://services.gradle.org/distributions/gradle-6.9-all.zip failed: timeout
Exception in thread "main" java.io.IOException: Downloading from https://services.gradle.org/distributions/gradle-6.9-all.zip failed: timeout
at org.gradle.wrapper.Download.downloadInternal(Download.java:110)
at org.gradle.wrapper.Download.download(Download.java:67)
at org.gradle.wrapper.Install$1.call(Install.java:68)
at org