Android studio Gradle说构建失败是因为截击库

Android studio Gradle说构建失败是因为截击库,android-studio,gradle,build,android-volley,Android Studio,Gradle,Build,Android Volley,今天,当我在android studio上运行我的应用程序时,出现了以下错误: 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:

今天,当我在android studio上运行我的应用程序时,出现了以下错误:

 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
我不明白发生了什么,因为我没有碰过任何东西,以前也工作过。有什么想法吗?

我也犯了同样的错误。 编译时将其连接到internet。 或者下载jar文件。 有关更多参考,请参见此。