renaudcerrato / FloatingSearchView

Yet another floating search view implementation, also known as persistent search.
Apache License 2.0
1.33k stars 161 forks source link

unable to find valid certification path to requested target #12

Closed dvirguttman closed 8 years ago

dvirguttman commented 8 years ago

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.

BUILD FAILED

No matter what I tried - nothing fix it:

  1. Update Android Studio - 2.1(latest)
  2. Update gradle - 2.12(latest)
  3. Update Java 1.8.77(latest) 4.Download jitpack certificate, generate keytool and run Android Studio with JVM params:-Djavax.net.ssl.keyStore=XXX

Did you face this problem? Can you help with that?

I will be very thankful!

Thanks

renaudcerrato commented 8 years ago

Are you using android gradle plugin 2.0.0?

dvirguttman commented 8 years ago

Currently yes. But it it didn't work also for 1.5.0

renaudcerrato commented 8 years ago

As a dirty workaround, did you tried to use http instead of https on jitpack maven url?

dvirguttman commented 8 years ago

Very strange..but same:

FAILURE: Build failed with an exception.

BUILD FAILED

Total time: 9.92 secs

renaudcerrato commented 8 years ago

Had a similar error a few days ago, maybe that could help :

https://github.com/jitpack/jitpack.io/issues/514#issuecomment-207736706

dvirguttman commented 8 years ago

Thanks,

But it was the problem before upgrade to 2.12.. After upgrade I stuck with the ValidatorException.

renaudcerrato commented 8 years ago

Does it only occurs on jitpack dependencies? If so, post an issue to jitpack.io?

dvirguttman commented 8 years ago

It was problem, with my internet provider.. Many thanks.