react-native android构建失败:找不到org.webkit:android-jsc:r224109

时间:2018-09-24 01:45:36

标签: android react-native build build.gradle

我对这个建议没有成功:could not resolve all dependencies for configuration ':app:debugAPKCopy' 。我还是

Could not find org.webkit:android-jsc:r224109.

不确定这是否重要,但我在app/build.gradle

中找到了
configurations.all {
  resolutionStrategy {
      force 'org.webkit:android-jsc:r224109'
  }
}

有解决此问题的经验吗?我的应用程序可以在iOS上轻松构建。

编辑:我的应用包含此文档https://github.com/react-community/jsc-android-buildscripts#how-to-use-it-with-my-react-native-app

中描述的所有配置更改

0 个答案:

没有答案