We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E:\Projects\APP\YDJW>react-native --version react-native-cli: 2.0.1 react-native: 0.59.1
Task :app:preDebugBuild FAILED
FAILURE: Build failed with an exception.
Could not find com.nbsp:library:1.8. Required by: project :app > project :react-native-file-selector
The text was updated successfully, but these errors were encountered:
解决了吗?
Sorry, something went wrong.
I had the same issue:
**
Could not resolve all files for configuration ':app:debugCompileClasspath'. Could not find com.nbsp:library:1.8. **
I resolve that by adding : maven { url "http://dl.bintray.com/lukaville/maven" }
maven { url "http://dl.bintray.com/lukaville/maven" }
like this:
repositories { mavenLocal() jcenter() maven { url "https://maven.google.com" } maven { url "http://dl.bintray.com/lukaville/maven" } ... }
Hope, It will work for you too.
mavenLocal
where is that file?
No branches or pull requests
E:\Projects\APP\YDJW>react-native --version
react-native-cli: 2.0.1
react-native: 0.59.1
FAILURE: Build failed with an exception.
Could not resolve all files for configuration ':app:debugCompileClasspath'.
The text was updated successfully, but these errors were encountered: