build工程时发生如下错误:

> Could not resolve all dependencies for configuration ':classpath'.   > Could not resolve com.github.dcendents:android-maven-gradle-plugin:1.3.     Required by:         project :      > Could not resolve com.github.dcendents:android-maven-gradle-plugin:1.3.         > Could not get resource 'https://jcenter.bintray.com/com/github/dcendents/android-maven-gradle-plugin/1.3/android-maven-gradle-plugin-1.3.pom'.            > Could not GET 'https://jcenter.bintray.com/com/github/dcendents/android-maven-gradle-plugin/1.3/android-maven-gradle-plugin-1.3.pom'.               > Connect to 127.0.0.1:1080 [/127.0.0.1] failed: Connection refused: connect

原因:

gradle.properties 文件中使用了代理

systemProp.https.proxyPort=1080systemProp.http.proxyHost=127.0.0.1systemProp.https.proxyHost=127.0.0.1systemProp.http.proxyPort=1080

解决方法:

取消gradle.properties 文件中的代理

解决过程:

发生问题的端口是1080,其为Socks代理服务使用的端口,故怀疑此问题是代理设置导致的。查看gradle.properties 文件,其中果然设置了代理,注释掉即可。

更多相关文章

  1. NPM 和webpack 的基础使用
  2. 【阿里云镜像】使用阿里巴巴DNS镜像源——DNS配置教程
  3. 读取android手机流量信息
  4. android 使用html5作布局文件: webview跟javascript交互
  5. Android(安卓)多媒体扫描过程(Android(安卓)Media Scanner Proces
  6. android“设置”里的版本号
  7. Android开发环境搭建
  8. Android(安卓)Resource介绍和使用
  9. 2014.01.21 ——— android 关联android-support源码

随机推荐

  1. Android FloatingActionButton 重要的操
  2. Android异步操作UI界面的四种方法(载至网
  3. eclipse:运行 Android 项目时出现 “Unabl
  4. 学到一点,做技术忌浮躁!
  5. 打包Android报错:Error building Player:
  6. 通过adb工具查看android sqlite3数据库
  7. android 反编译 apk
  8. adb(Android(安卓)debug bridge)命令
  9. Android之复选按钮、单选按钮、开关按钮
  10. Android中的WebService新解