无法在反应原生导航中构建第三方
Posted
技术标签:
【中文标题】无法在反应原生导航中构建第三方【英文标题】:Can not build the third party in react native navigation 【发布时间】:2018-09-12 14:02:25 【问题描述】:安装 react-native-navigation 后,我想重建它。构建失败。
FAILURE:构建失败并出现异常。
出了什么问题:
无法解析配置“:app:debugCompileClasspath”的所有文件。 无法解析 com.aurelhubert:ahbottomnavigation:2.0.6。 要求: 项目:app > 项目:react-native-navigation 无法解析 com.aurelhubert:ahbottomnavigation:2.0.6。 无法获取资源“https://jcenter.bintray.com/com/aurelhubert/ahbottomnavigation/2.0.6/ahbottomnavigation-2.0.6.pom”。 无法获取“https://jcenter.bintray.com/com/aurelhubert/ahbottomnavigation/2.0.6/ahbottomnavigation-2.0.6.pom”。 连接到 jcenter.bintray.com:443 [jcenter.bintray.com/75.126.118.188] 失败:连接超时:连接 无法解析 com.aurelhubert:ahbottomnavigation:2.0.6。 无法获取资源“https://dl.google.com/dl/android/maven2/com/aurelhubert/ahbottomnavigation/2.0.6/ahbottomnavigation-2.0.6.pom”。 无法获取“https://dl.google.com/dl/android/maven2/com/aurelhubert/ahbottomnavigation/2.0.6/ahbottomnavigation-2.0.6.pom”。 连接到 dl.google.com:443 [dl.google.com/74.125.24.93, dl.google.com/74.125.24.136, dl.google.com/74.125.24.91, dl.google.com/74.125.24.190]失败:连接超时:连接 无法解析 com.balysv.materialmenu:material-menu-toolbar:1.5.4。 要求: 项目:app > 项目:react-native-navigation 无法解析 com.balysv.materialmenu:material-menu-toolbar:1.5.4。 无法获取资源“https://jcenter.bintray.com/com/balysv/materialmenu/material-menu-toolbar/1.5.4/material-menu-toolbar-1.5.4.pom”。 无法获取“https://jcenter.bintray.com/com/balysv/materialmenu/material-menu-toolbar/1.5.4/material-menu-toolbar-1.5.4.pom”。 连接到 jcenter.bintray.com:443 [jcenter.bintray.com/75.126.118.188] 失败:连接超时:连接 无法解析 com.balysv.materialmenu:material-menu-toolbar:1.5.4。 无法获取资源“https://dl.google.com/dl/android/maven2/com/balysv/materialmenu/material-menu-toolbar/1.5.4/material-menu-toolbar-1.5.4.pom”。 无法获取“https://dl.google.com/dl/android/maven2/com/balysv/materialmenu/material-menu-toolbar/1.5.4/material-menu-toolbar-1.5.4.pom”。 连接到 dl.google.com:443 [dl.google.com/74.125.24.93, dl.google.com/74.125.24.136, dl.google.com/74.125.24.91, dl.google.com/74.125.24.190]失败:连接超时:连接
尝试: 使用 --stacktrace 选项运行以获取堆栈跟踪。使用 --info 或 --debug 选项运行以获得更多日志输出。
通过https://help.gradle.org获得更多帮助
在 3m 32s 内构建失败 5 个可操作的任务:1 个已执行,4 个是最新的 无法在设备上安装应用程序,请阅读上面的错误以了解详细信息。 确保您有一个正在运行的 Android 模拟器或连接的设备,并且有 设置您的 Android 开发环境: https://facebook.github.io/react-native/docs/getting-started.html
我没有更改 build.gradle 中的任何内容。提前致谢
【问题讨论】:
在我的情况下,清理构建在大多数情况下都有帮助! => cd android && ./gradlew --info clean && cd .. 然后重建 => react-native run-android 【参考方案1】:感谢您的回复,但问题是我的办公室连接中有代理。当我更改连接以使用我自己的 wifi 时,它可以工作!
【讨论】:
以上是关于无法在反应原生导航中构建第三方的主要内容,如果未能解决你的问题,请参考以下文章