【发布时间】:2020-12-20 05:59:45
【问题描述】:
我创建了一个新的裸 react-native 项目 在使用 react-native install react-native-router-flux 安装 react-native-router-flux 并使用 react-native run-android 运行后,我看到了这个错误并且项目没有运行。
我的原始错误:
FAILURE:构建失败并出现异常。
- 出了什么问题: 无法确定任务 ':app:mergeDebugAssets' 的依赖关系。
Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'.
Could not find androidx.transition:transition:1.1.0.
Searched in the following locations:
- file:/C:/Users/Sina/.m2/repository/androidx/transition/transition/1.1.0/transition-1.1.0.pom
- file:/C:/Users/Sina/Desktop/HermesLock3/node_modules/react-native/android/androidx/transition/transition/1.1.0/transition-1.1.0.pom
- file:/C:/Users/Sina/Desktop/HermesLock3/node_modules/jsc-android/dist/androidx/transition/transition/1.1.0/transition-1.1.0.pom
- https://dl.google.com/dl/android/maven2/androidx/transition/transition/1.1.0/transition-1.1.0.pom
- https://jcenter.bintray.com/androidx/transition/transition/1.1.0/transition-1.1.0.pom
- https://www.jitpack.io/androidx/transition/transition/1.1.0/transition-1.1.0.pom
Required by:
project :app > project :react-native-reanimated
Could not find androidx.fragment:fragment:1.2.1.
Searched in the following locations:
- file:/C:/Users/Sina/.m2/repository/androidx/fragment/fragment/1.2.1/fragment-1.2.1.pom
- file:/C:/Users/Sina/Desktop/HermesLock3/node_modules/react-native/android/androidx/fragment/fragment/1.2.1/fragment-1.2.1.pom
- file:/C:/Users/Sina/Desktop/HermesLock3/node_modules/jsc-android/dist/androidx/fragment/fragment/1.2.1/fragment-1.2.1.pom
- https://dl.google.com/dl/android/maven2/androidx/fragment/fragment/1.2.1/fragment-1.2.1.pom
- https://jcenter.bintray.com/androidx/fragment/fragment/1.2.1/fragment-1.2.1.pom
- https://www.jitpack.io/androidx/fragment/fragment/1.2.1/fragment-1.2.1.pom
Required by:
project :app > project :react-native-screens
Could not find androidx.coordinatorlayout:coordinatorlayout:1.1.0.
Searched in the following locations:
- file:/C:/Users/Sina/.m2/repository/androidx/coordinatorlayout/coordinatorlayout/1.1.0/coordinatorlayout-1.1.0.pom
- file:/C:/Users/Sina/Desktop/HermesLock3/node_modules/react-native/android/androidx/coordinatorlayout/coordinatorlayout/1.1.0/coordinatorlayout-1.1.0.pom
- file:/C:/Users/Sina/Desktop/HermesLock3/node_modules/jsc-android/dist/androidx/coordinatorlayout/coordinatorlayout/1.1.0/coordinatorlayout-1.1.0.pom
- https://dl.google.com/dl/android/maven2/androidx/coordinatorlayout/coordinatorlayout/1.1.0/coordinatorlayout-1.1.0.pom
- https://jcenter.bintray.com/androidx/coordinatorlayout/coordinatorlayout/1.1.0/coordinatorlayout-1.1.0.pom
- https://www.jitpack.io/androidx/coordinatorlayout/coordinatorlayout/1.1.0/coordinatorlayout-1.1.0.pom
Required by:
project :app > project :react-native-screens
Could not find com.google.android.material:material:1.1.0.
Searched in the following locations:
- file:/C:/Users/Sina/.m2/repository/com/google/android/material/material/1.1.0/material-1.1.0.pom
- file:/C:/Users/Sina/Desktop/HermesLock3/node_modules/react-native/android/com/google/android/material/material/1.1.0/material-1.1.0.pom
- file:/C:/Users/Sina/Desktop/HermesLock3/node_modules/jsc-android/dist/com/google/android/material/material/1.1.0/material-1.1.0.pom
- https://dl.google.com/dl/android/maven2/com/google/android/material/material/1.1.0/material-1.1.0.pom
- https://jcenter.bintray.com/com/google/android/material/material/1.1.0/material-1.1.0.pom
- https://www.jitpack.io/com/google/android/material/material/1.1.0/material-1.1.0.pom
Required by:
project :app > project :react-native-screens
Could not find androidx.fragment:fragment:1.2.1.
Searched in the following locations:
- file:/C:/Users/Sina/.m2/repository/androidx/fragment/fragment/1.2.1/fragment-1.2.1.pom
- file:/C:/Users/Sina/Desktop/HermesLock3/node_modules/react-native/android/androidx/fragment/fragment/1.2.1/fragment-1.2.1.pom
- file:/C:/Users/Sina/Desktop/HermesLock3/node_modules/jsc-android/dist/androidx/fragment/fragment/1.2.1/fragment-1.2.1.pom
- https://dl.google.com/dl/android/maven2/androidx/fragment/fragment/1.2.1/fragment-1.2.1.pom
- https://jcenter.bintray.com/androidx/fragment/fragment/1.2.1/fragment-1.2.1.pom
- https://www.jitpack.io/androidx/fragment/fragment/1.2.1/fragment-1.2.1.pom
Required by:
project :app > com.facebook.flipper:flipper:0.37.0 > androidx.appcompat:appcompat:1.1.0
-
尝试: 使用 --stacktrace 选项运行以获取堆栈跟踪。使用 --info 或 --debug 选项运行以获得更多日志输出。运行 --scan 以获得完整的见解。
-
通过https://help.gradle.org获得更多帮助
在 3m 43s 内构建失败
错误 无法安装应用程序。确保您已设置 Android 开发环境:https://reactnative.dev/docs/environment-setup。使用 --verbose 标志运行 CLI 以获取更多详细信息。
Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081
【问题讨论】:
标签: android reactjs react-native node-modules react-native-router-flux