Closed dvirguttman closed 8 years ago
Are you using android gradle plugin 2.0.0?
Currently yes. But it it didn't work also for 1.5.0
As a dirty workaround, did you tried to use http instead of https on jitpack maven url?
Very strange..but same:
FAILURE: Build failed with an exception.
What went wrong: A problem occurred configuring project ':app'.
Could not resolve all dependencies for configuration ':app:_debugCompile'. Could not resolve com.github.renaudcerrato:FloatingSearchView:1.0.0. Required by: CashBackApp:app:unspecified Could not resolve com.github.renaudcerrato:FloatingSearchView:1.0.0.
Could not get resource 'http://jitpack.io/com/github/renaudcerrato/FloatingSearchView/1.0.0/FloatingSearchView-1.0.0.pom'. Could not GET 'http://jitpack.io/com/github/renaudcerrato/FloatingSearchView/1.0.0/FloatingSearchView-1.0.0.pom'. sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
BUILD FAILED
Total time: 9.92 secs
Had a similar error a few days ago, maybe that could help :
https://github.com/jitpack/jitpack.io/issues/514#issuecomment-207736706
Thanks,
But it was the problem before upgrade to 2.12.. After upgrade I stuck with the ValidatorException.
Does it only occurs on jitpack dependencies? If so, post an issue to jitpack.io?
It was problem, with my internet provider.. Many thanks.
Hi,
I spent all the day try resolve it without any success..
I'm developing on Windows 8 machine with Android Studio, try to use your library in my application.
Adding the following lines:
root gradle file: allprojects { repositories { jcenter() maven { url "https://jitpack.io" } } }
app gradle file:
dependencies { ... compile 'com.github.renaudcerrato:FloatingSearchView:1.0.0' }
Cause the following error: FAILURE: Build failed with an exception.
What went wrong: A problem occurred configuring project ':app'.
BUILD FAILED
No matter what I tried - nothing fix it:
Did you face this problem? Can you help with that?
I will be very thankful!
Thanks