Gradle says that build failed because of volley library

732 views Asked by At

Today when I run my app on android studio has turned out this error:

 Error:A problem occurred configuring project ':app'.
 > Could not resolve all dependencies for configuration ':app:_debugCompile'.
> Could not resolve com.mcxiaoke.volley:library:1.0.+.
 Required by:
     NewOferSalud:app:unspecified
  > Failed to list versions for com.mcxiaoke.volley:library.
     > Unable to load Maven meta-data from https://jcenter.bintray.com/com/mcxiaoke/volley/library/maven-metadata.xml.
        > Could not GET 'https://jcenter.bintray.com/com/mcxiaoke/volley/library/maven-metadata.xml'.
           > peer not authenticated

I do not understand what happened because I have not touched anything volleyball and previously worked. Any ideas?

1

There are 1 answers

0
Harshit On

I got the same error. keep it connected to internet while compiling. Or download the jar file. For more reference, see this. Does Android studio need internet connection to build project