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

Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only file and data URLs are supported by the default ESM loader.