Open forster-thomas opened 6 years ago
Any solution ?
I found its solution.
I fixed this issue by making sure the defaultConfig values where the same as they are in my app build.gradle, my build.gradle in react-native-geocoder/android/build.gradle looks like this:
defaultConfig {
minSdkVersion 16
targetSdkVersion 25
versionCode 1
versionName "1.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
}
Hi guys, how are u? I started to use react-native-geocoder, but, when I start to create an assembleRelease, I got this error. Someone can help? Thanks a lot.
FAILURE: Build failed with an exception.
What went wrong: Could not resolve all files for configuration ':react-native-geocoder:lintClassPath'.
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 1m 42s 47 actionable tasks: 4 executed, 43 up-to-date