Android Studio: Connection timed out: connect. If you are behind an HTTP proxy...问题解决(方法简单)

本方法的前提是电脑使用的有代理工具

查了很多博客,尝试了很多方法,比如:

  • 在buildscript和allprojects的repositories中添加一些maven() {url xxx}
  • 在Settings -> HTTP Proxy中auto detect proxy settings那里填上:mirrors.neusoft.edu.cn:80

等等,发现还是无法解决问题。

之后在gradle.properties中发现如下信息:
Android Studio: Connection timed out: connect. If you are behind an HTTP proxy...问题解决(方法简单)_第1张图片
我的代理工具的代理信息如下:
在这里插入图片描述
所以我就尝试将gradle.properties的设置更改为:
Android Studio: Connection timed out: connect. If you are behind an HTTP proxy...问题解决(方法简单)_第2张图片
之后再次build就成功了:
Android Studio: Connection timed out: connect. If you are behind an HTTP proxy...问题解决(方法简单)_第3张图片
然后在手机上run,也成功了:(本次是测试tensorflow lite在android上的部署和使用)

Android Studio: Connection timed out: connect. If you are behind an HTTP proxy...问题解决(方法简单)_第4张图片

你可能感兴趣的:(tensorflow,android,studio,tensorflow)