今天当我在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
我不明白发生了什么事,因为我没有接触任何排球和以前的工作。有什么想法吗?
答案 0 :(得分:0)
我得到了同样的错误。 编译时让它连接到互联网。 或者下载jar文件。 有关更多参考,请参阅此处。 Does Android studio need internet connection to build project