Error:Connection timed out: connect
生活随笔
收集整理的這篇文章主要介紹了
Error:Connection timed out: connect
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
1、打開項目build.gradle,找到
dependencies {classpath 'com.android.tools.build:gradle:3.0.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }修改版本號為當前安裝的版本號,
可以新建一個demo ,就可以看到當前版本號
2、找到gradle下面
gradle-wrapper.properties文件,打開
修改版本號為當前版本號,
可以新建一個demo ,就可以看到當前版本號
3、Rebuild Project
總結
以上是生活随笔為你收集整理的Error:Connection timed out: connect的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【操作系统】Nachos 多道程序设计
- 下一篇: C# 对象与JSON串互相转换