react-native-file-selector icon indicating copy to clipboard operation
react-native-file-selector copied to clipboard

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

Open majiabin opened this issue 5 years ago • 3 comments

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

majiabin avatar Mar 29 '19 06:03 majiabin

解决了吗?

BubblingFish avatar Apr 09 '19 10:04 BubblingFish

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.

Elcomerz avatar Apr 09 '19 12:04 Elcomerz

mavenLocal

where is that file?

shen-lan avatar Jul 29 '19 09:07 shen-lan