Android studio Connection timed out: connect

在这之前,想着配置国内镜像,结果镜像不可用,就出现了这个问题,改回no proxy,也没用

org.gradle.api.ProjectConfigurationException: A problem occurred configuring root project ‘WanNengAdapter‘

Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ‘:classpath‘

Caused by: org.gradle.internal.resolve.ModuleVersionResolveException: Could not resolve com.android.tools.build:gradle:4.4

Caused by: org.gradle.api.resources.ResourceException: Could not get resource ‘https://jcenter.bintray.com/com/android/tools/build/gradle/4.4/gradle-4.4.pom‘

Caused by: org.gradle.internal.resource.transport.http.HttpRequestException: Could not GET ‘https://jcenter.bintray.com/com/android/tools/build/gradle/4.4/gradle-4.4.pom‘

Caused by: org.apache.http.conn.HttpHostConnectException: Connect to mirrors.dormforce.net:80 [mirrors.dormforce.net/202.115.22.208] failed: Connection timed out: connect

解决:

gradle.properties中改回来就行

原文地址:https://www.cnblogs.com/dyntang/p/9288158.html

时间: 2024-10-13 11:38:56

Android studio Connection timed out: connect的相关文章

ssh启动报错:org.dom4j.DocumentException: Connection timed out: connect Nested exception: Connection timed out: connect

ssh项目启动报错: org.dom4j.DocumentException: Connection timed out: connect Nested exception: Connection timed out: connect 一开始以为是数据库连接的事,后来发现是hibernate在实体对象映射数据库表的时候出的错 解决: 查看hibernate.jar包里的hibernate-mapping-3.0.dtd里的 <!DOCTYPE hibernate-mapping PUBLIC &qu

hibernate3.0 org.dom4j.DocumentException: Connection timed out: connect Nested exception:

hibernate3.0 org.dom4j.DocumentException: Connection timed out: connect Nested exception: 所报异常: 严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListenerorg.springframework.bea

Connection timed out: connect Nested exception

使用dom4j解析自定义的.xml文件. 大致内容如下: Xml代码 <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0&

http://ibatis.apache.org/dtd/ibatis-3-config.dtd Cause: java.net.ConnectException: Connection timed out: connect

最近发现我的一个web项目只要在家启动时候就出现一个连接错误的问题,大概如下: Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderVersionMapper' defined in class path resource [applicationContext.xml]: Cannot resolve reference to be

java.net.ConnectException: Connection timed out: connect;Socket与云服务器的问题

新购买的云服务器上运行的Socket程序,客户端连接不上,客户端的错误是java.net.ConnectException: Connection timed out: connect 解决办法是在云服务器打开SocketServer指定的端口,例如阿里云我就在防火墙中,点击添加规则,然后选择TCP协议,输入端口5000 这样再运行服务器程序,使用客户端程序时就能连接上了 补充 客户端的Socket host指定为云服务器的公网IP,ServerSocket指定端口号就行了 原文地址:https

Android Studio 报错之 Connect to 127.0.0.1 failed

如果在 Android Studio 中设置了代理,而在电脑中使用 SS 设置了全局代理,之后 SS 代理不可用时,使用 Android Studio 时会报如下错误: Connect to 127.0.0.1:1086 [/127.0.0.1] failed: Connection refused: connect 此时即使关闭 Android Studio 代理或是关闭 SS 皆不能解决 Connect to 127.0.0.1:1086 [/127.0.0.1] failed: Conne

Gradle sync failed: Connection timed out: connect

打开AS的project试图,找到gradle目录下的wrapper下面的gradle wrapper.properities找到: distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-milestone-1-all.zip 找一个高版本的地址进行替换. 也可以手动下载http://services.gradle.org/distributions/ 下载的文件直接复制到C:\Users\Administra

javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection timed out: connect

本地测试向服务器中ActiveMQ添加队列数据,报错连接超时 解决: 查看服务器端口号是否存在,(最好是0.0.0.0格式的,虽然暂时还不知道为啥得这个格式) 通过telnet测试该端口不通(61616端口) 服务器控制台开放该端口(添加规则) 再telnet就通了,然后继续测试,错误消失 原文地址:https://www.cnblogs.com/LJing21/p/10677846.html

如何解决java.net.ConnectException: Connection timed out: connect

问题描述: 解决思路: 也就是上面配置的四行必定有错误,可能有的同学这里看了好几遍了,没有发现错误,但是这里最有可能的其实是你的ip地址变了,我就是换了网,找了半天错误也没发现,途中多次检查数据库用户名和密码是否正确,忽略了ip的检查. 一点点收获:中途一顿瞎操作,最后发现只要使用@Resource或者@Autowired的所代理的对应的spring管理的serviceImpl对象就会报错,也就是一调用service层方法就报错,但是运行以前写的老的代码就没有报错,因为以前都是写的localho