我正在开发一个React-native应用程序,突然间我开始收到以下错误:
原文链接:/react/301360.html
- What went wrong:
A problem occurred configuring project ‘:app’.
Could not resolve all dependencies for configuration ‘:app:_debugApk’.
A problem occurred configuring project ‘:react-native-config’.
Could not resolve all dependencies for configuration ‘:react-native-config:_debugPublishCopy’.
Could not find com.atlassian.mobile.video:okhttp-ws-compat:3.7.0-atlassian1.
required by:
cabm8:react-native-config:unspecified > com.facebook.react:react-native:0.42.3-atlassian-1
我摆脱了模块react-native-config但仍面临类似的错误:
- What went wrong:
A problem occurred configuring project ‘:app’.
Could not resolve all dependencies for configuration ‘:app:_debugApk’.
A problem occurred configuring project ‘:react-native-maps’.
Could not resolve all dependencies for configuration ‘:react-native-maps:_debugPublishCopy’.
Could not find com.atlassian.mobile.video:okhttp-ws-compat:3.7.0-atlassian1.
required by:
cabm8:react-native-maps:unspecified > com.facebook.react:react-native:0.42.3-atlassian-1
这个问题似乎与com.atlassian.mobile.video:okhttp-ws-compat:3.7.0-atlassian1有关。