Expected configuration ':ReactAndroid:compile' to contain exactly one file, however, it contains no files.

in the file android/ReactAndroid/build.gradle

- compile 'org.webkit:android-jsc:r174650'
+ implementation 'org.webkit:android-jsc:r174650'
configurations { customConfig.extendsFrom implementation } from zipTree(configurations.customConfig.fileCollection { dep -> dep.name == 'android-jsc' }.singleFile)

Comments

Popular posts from this blog

Docker Error: x509: certificate is valid for recon-api-dev.agconnect.org, not registry-1.docker.io