gradle同步失败,在Android Studio 3.3.1中读取示例Hello World应用程序中的超时错误

时间:2019-02-05 09:43:52

标签: android android-studio gradle android-gradle connection-timeout

Gradle同步中的

连接超时错误,在示例Studio Hello World应用程序的android Studio 3.3中。 之前,它无法在android studio设置的http设置中设置任何代理。 我已经尝试过堆栈溢出的其他解决方案。似乎gradle无法从所有网址下载。 现在,请在完全卸载Studio后重新安装它。 更新 重新安装后问题仍然存在。 enter image description here

SOMETIME从GUI生成干净文件根本不做任何事情。

项目级Build.gradle文件 **顶级构建文件,您可以在其中添加所有子项目/模块共有的配置选项。

buildscript {
repositories {
    google()
    jcenter()
    mavenCentral()

}
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
}
}

allprojects {
repositories {
    google()
    jcenter()
    mavenCentral()

}
}

task clean(type: Delete) {
delete rootProject.buildDir
}

**

应用程序级别的build.graldle文件

apply plugin: 'com.android.application'

android {
compileSdkVersion 28
defaultConfig {
    applicationId "com.example.myapplication"
    minSdkVersion 15
    targetSdkVersion 28
    versionCode 1
    versionName "1.0"
    testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
    release {
        minifyEnabled false
        proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
    }
}
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support:design:28.0.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}

更新

格式化Windows 10和全新安装的开发工具后,它现在会引发Gradle Sync Failed:读取超时错误

2 个答案:

答案 0 :(得分:0)

其网络问题未能在offline中建立通行证Gradle

尝试./gradlew tasks --offline

要以offline模式运行Android项目,请访问 GRADLE CLI 文档:Gradle

Android Studio

在Android中,Studio可以使Gradleoffline模式的选项来构建您的项目:

Settings-Build, Execution, Deployment-Build tools-Gradle

Gradle Offline Android

答案 1 :(得分:0)

解决方案:对我有用

设置-    语言和框架-          科特琳-     更新kotline插件版本-      重新启动计算机-      运行android studio并关闭它的工作原理,但它却变胖了 Update kotline plugin version

试图 1)使用本地gradle存储库

2)在setting-http中不更改代理

3)卸载,重新安装笔记本电脑,格式化笔记本电脑 2天后:

我试图在设置中看到一条kotline。然后更新了kotline,