Skip to content
New issue

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

Could not resolve all files for configuration ':app:debugCompileClasspath' #34

Open
majiabin opened this issue Mar 29, 2019 · 3 comments

Comments

@majiabin
Copy link

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.

  • What went wrong:
    Could not resolve all files for configuration ':app:debugCompileClasspath'.

Could not find com.nbsp:library:1.8.
Required by:
project :app > project :react-native-file-selector

@BubblingFish
Copy link

解决了吗?

@Elcomerz
Copy link

Elcomerz commented Apr 9, 2019

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" }

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.

@shen-lan
Copy link

mavenLocal

where is that file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants