I had no success with this suggestion: could not resolve all dependencies for configuration ':app:debugAPKCopy' . I still get
Could not find org.webkit:android-jsc:r224109.
Not sure if it's important, but I found this in app/build.gradle
configurations.all {
resolutionStrategy {
force 'org.webkit:android-jsc:r224109'
}
}
Any have experience resolving this problem? My app builds on iOS with no trouble.
EDIT: My app contains all the config changes described in this doc https://github.com/react-community/jsc-android-buildscripts#how-to-use-it-with-my-react-native-app