我对这个建议没有成功: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
中描述的所有配置更改