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

Mik*_* S. 5 android build build.gradle react-native

我对这个建议没有成功:无法解决配置 ':app:debugAPKCopy' 的所有依赖项 。我仍然得到

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

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

configurations.all {
  resolutionStrategy {
      force 'org.webkit:android-jsc:r224109'
  }
}
Run Code Online (Sandbox Code Playgroud)

有解决这个问题的经验吗?我的应用程序在 iOS 上构建,没有任何问题。

编辑:我的应用程序包含本文档https://github.com/react-community/jsc-android-buildscripts#how-to-use-it-with-my-react-native-app 中描述的所有配置更改