【发布时间】:2015-11-01 22:22:20
【问题描述】:
我刚刚安装了 android studio 1.4。我启动了一个应用程序,当我尝试运行时,它给了我以下错误:
Error:A problem occurred configuring project ':app'.
> Could not download junit.jar (junit:junit:4.12)
> Could not get resource 'https://jcenter.bintray.com/junit/junit/4.12/junit-4.12.jar'.
> Could not GET 'https://jcenter.bintray.com/junit/junit/4.12/junit-4.12.jar'.
\> http://proxy.iiit.ac.in
我检查了上述两个链接的连接,并在文件 > 设置 > HTTP PROXY 中检查了它们,一切正常。
我现在该怎么办?
【问题讨论】:
标签: android android-studio proxy android-gradle-plugin