当前位置:   article > 正文

Error:Unknown host 'jcenter.bintray.com'. You may need to adjust the proxy settings in Gradle._learn about configuring http proxies in

learn about configuring http proxies in

Android studio 报以下错误:

  1. Error:Unknown host 'jcenter.bintray.com'. You may need to adjust the proxy settings in Gradle.
  2. Enable Gradle 'offline mode' and sync
  3. Learn about configuring HTTP proxies in Gradle

 我使用过的解决方案如下:(我的gradle版本是:classpath 'com.android.tools.build:gradle:3.2.1')

(1)在终端设置以下代理命令:

   gradlew -Dhttps.proxyHost=127.0.0.1 -Dhttps.proxyPort=8580

   如下所示,输出结果:

(2)再重新在as中try again 或者sync,可能会提示install 检测到的新的sdk,如下图所示:

最后build成功,正常编译。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/繁依Fanyi0/article/detail/290380
推荐阅读
相关标签
  

闽ICP备14008679号