React Native CLI 失败:构建失败并出现异常。 * 出了什么问题:

问题描述 投票:0回答:1

FAILURE:构建失败并出现异常。

  • 出了什么问题: 无法确定任务“:app:compileDebugJavaWithJavac”的依赖关系。

无法解析配置“:app:debugCompileClasspath”的所有依赖项。 无法解析项目:react-native-async-storage_async-storage。 要求者: 项目:应用程序 > 在配置“默认”上声明了依赖项,该依赖项未在项目描述符中声明:react-native-async-storage_async-storage。 无法解析项目:react-native-firebase_app。 要求者: 项目:应用程序 > 声明了对配置“默认”的依赖关系,该依赖关系未在项目:react-native-firebase_app 的描述符中声明。 无法解析项目:react-native-firebase_auth。 要求者: 项目:应用程序 > 声明了对配置“默认”的依赖关系,该依赖关系未在项目:react-native-firebase_auth 的描述符中声明。 无法解析项目:react-native-firebase_firestore。 要求者: 项目:应用程序 > 声明了对配置“默认”的依赖关系,该依赖关系未在项目:react-native-firebase_firestore 的描述符中声明。 无法解析项目:react-native-firebase_messaging。 要求者: 项目:应用程序 > 声明了对配置“默认”的依赖关系,该依赖关系未在项目:react-native-firebase_messaging 的描述符中声明。 无法解析项目:react-native-google-signin_google-signin。 要求者: 项目:应用程序 > 声明了对配置“默认”的依赖关系,该依赖关系未在项目 :react-native-google-signin_google-signin 的描述符中声明。 无法解析项目:react-native-fs。 要求者: 项目:应用程序 > 声明了对配置“默认”的依赖关系,该依赖关系未在项目:react-native-fs 的描述符中声明。 无法解析项目:react-native-gesture-handler。 要求者: 项目:应用程序 > 声明了对配置“默认”的依赖关系,该依赖关系未在项目:react-native-gesture-handler 的描述符中声明。 无法解析项目:react-native-html-to-pdf。 要求者: 项目:应用程序 > 声明了对配置“默认”的依赖关系,该依赖关系未在项目:react-native-html-to-pdf 的描述符中声明。 无法解析项目:react-native-reanimated。 要求者: 项目:应用程序 > 声明了对配置“默认”的依赖关系,该依赖关系未在项目 :react-native-reanimated 的描述符中声明。 无法解析项目:react-native-safe-area-context。 要求者: 项目:应用程序 > 声明了对配置“默认”的依赖关系,该依赖关系未在项目:react-native-safe-area-context 的描述符中声明。 无法解析项目:react-native-screens。 要求者: 项目:应用程序 > 在配置“默认”上声明了依赖项,该依赖项未在项目:react-native-screens 的描述符中声明。 无法解析项目:react-native-vector-icons。 要求者: 项目:应用程序 > 声明了对配置“默认”的依赖关系,该依赖关系未在项目:react-native-vector-icons 的描述符中声明。 无法解析项目:rn-fetch-blob。 要求者: 项目:应用程序 > 在配置“默认”上声明了依赖项,该依赖项未在项目的描述符中声明:rn-fetch-blob。

  • 尝试:

查看变体匹配算法:https://docs.gradle.org/8.8/userguide/variant_attributes.html#sec:abm_algorithm。 使用 --stacktrace 选项运行以获取堆栈跟踪。 使用 --info 或 --debug 选项运行以获得更多日志输出。 使用 --scan 运行以获得完整的见解。 在 https://help.gradle.org 获取更多帮助。

23秒内构建失败

reactjs visual-studio npm command-line-interface
1个回答
0
投票

就用这个 命令:-

npm 缓存清理 --force 安卓系统 ./gradlew 干净 光盘 .. npx react-native start --reset-cache npx react-native run-android

无需安装WatchMan

© www.soinside.com 2019 - 2024. All rights reserved.