Android Studio Gradle任务卡住了

时间:2016-06-11 15:37:19

标签: android android-studio android-gradle

我已经安装了android studio。它的Gradle过程在2小时后还没有完成。我应该怎么做才能结束这个过程?

enter image description here

1 个答案:

答案 0 :(得分:1)

问题在于您的互联网连接,因为哪个gradle无法解析依赖关系。

  1. 确保您已连接。
  2. 确保您是否在代理服务器后面,在gradle.properties文件
  3. 中正确输入了代理设置

    以下是您的操作方法:(将IP和端口更改为代理服务器的IP和端口

    #systemProp.https.nonProxyHosts=localhost
    #systemProp.httpp.nonProxyHosts=localhost
    #systemProp.https.proxyPort=8080
    #systemProp.http.proxyHost=10.11.12.13
    #systemProp.https.proxyHost=10.11.12.13
    #systemProp.http.proxyPort=8080