Gradle sync failed: The first result from the daemon was empty. Most likely the process died immediately after connection

简介: Gradle sync failed: The first result from the daemon was empty. Most likely the process died immediately after connectionsolv...

Gradle sync failed: The first result from the daemon was empty. Most likely the process died immediately after connection

solved the problem by doing the following

  1. go to c:/Users/Jack/.gradle/daemon/
  2. open any of the folders in Daemon , look for this file registry.bin.lock
  3. rm (delete it)
  4. now go sync the gradle in android studio and your problem will be solved
    Success
相关文章
|
Android开发
android学习之——Gradle sync failed: Could not determine artifacts for xxxxx
android学习之——Gradle sync failed: Could not determine artifacts for xxxxx
android学习之——Gradle sync failed: Could not determine artifacts for xxxxx
|
Android开发
意外导致了gradle project sync failed. Basic functionality will not work properly
意外导致了gradle project sync failed. Basic functionality will not work properly
意外导致了gradle project sync failed. Basic functionality will not work properly
Gradle sync failed: Unsupported method: NativeArtifact.getSourceFolders().
Gradle sync failed: Unsupported method: NativeArtifact.getSourceFolders().
80 0
首次运行Flutter失败报错(Finished with error: Gradle task assembleDebug failed with exit code 1)
首次运行Flutter失败报错(Finished with error: Gradle task assembleDebug failed with exit code 1)
330 0
首次运行Flutter失败报错(Finished with error: Gradle task assembleDebug failed with exit code 1)
|
Android开发
Gradle sync failed: Cause: com.android.build.gradle.api.BaseVariant.getOutputs()Ljava/util/List
Gradle sync failed: Cause: com.android.build.gradle.api.BaseVariant.getOutputs()Ljava/util/List
108 0
Gradle sync failed: Cause: com.android.build.gradle.api.BaseVariant.getOutputs()Ljava/util/List
|
Android开发
Gradle sync failed (3 s 402 ms) - Android Studio问题解决方法
Gradle sync failed (3 s 402 ms) - Android Studio问题解决方法
116 0
Gradle sync failed (3 s 402 ms) - Android Studio问题解决方法
|
Android开发
【错误记录】Android Studio 编译报错 ( Gradle 下载错误导致 Failed to open zip file 报错 )
【错误记录】Android Studio 编译报错 ( Gradle 下载错误导致 Failed to open zip file 报错 )
189 0
【错误记录】Android Studio 编译报错 ( Gradle 下载错误导致 Failed to open zip file 报错 )
|
Android开发
Error:Failed to complete Gradle execution. Cause: Unknown command-line option '-X'解决方法
版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/u010046908/article/details/55050050 今天新建android studio项目时候。
1566 0
|
9月前
|
存储 Java Android开发
Android 开发 - 充分利用Gradle
Android 开发 - 充分利用Gradle
133 2
|
7天前
|
C# Android开发 开发者
Android gradle编译时字节码处理
Android gradle编译时字节码处理
13 1