VolleyPlus icon indicating copy to clipboard operation
VolleyPlus copied to clipboard

Could not resolve dev.dworks.libs:volleyplus:+

Open ningjiaqi opened this issue 7 years ago • 10 comments

Unable to resolve dependency for ':RunSoft.SmartCitySys@rsspcyDebug/compileClasspath': Could not resolve dev.dworks.libs:volleyplus:+.

Could not resolve dev.dworks.libs:volleyplus:+. Required by: project :RunSoft.SmartCitySys

Could not resolve dev.dworks.libs:volleyplus:+. > Failed to list versions for dev.dworks.libs:volleyplus. > Unable to load Maven meta-data from https://jcenter.bintray.com/dev/dworks/libs/volleyplus/maven-metadata.xml. > Could not HEAD 'https://jcenter.bintray.com/dev/dworks/libs/volleyplus/maven-metadata.xml'. > sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target > PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target > unable to find valid certification path to requested target

ningjiaqi avatar May 23 '18 04:05 ningjiaqi

do you have this part in your build.gradle file? In the project level gradle file?

buildscript {
    repositories {
        jcenter()
    }
}

larrytech7 avatar Jun 14 '18 23:06 larrytech7

try unchecking the "offline work" gradle settings

nderituKelvin avatar Jul 10 '18 10:07 nderituKelvin

jcenter is going away...

fat-tire avatar Feb 26 '21 20:02 fat-tire

do you have this part in your build.gradle file? In the project level gradle file?

buildscript {
    repositories {
        jcenter()
    }
}

Yeah I have this in my project level gradle file

mubaracktahir avatar Jan 06 '22 06:01 mubaracktahir

Have you got any solution ?

aivision369 avatar Jun 25 '23 13:06 aivision369

@IDFDeveloper

Have you tried specifying the version instead of using the + ? It's possible the + is no longer aceeptable.

This worked for me.

implementation 'dev.dworks.libs:volleyplus:0.1.4'

pabloPicante avatar Jun 26 '23 08:06 pabloPicante