触摸项目结构现在项目找不到任何包

时间:2014-08-01 22:49:18

标签: java android android-studio libgdx

我刚破坏了我的android项目。我触摸了Project结构添加了一个依赖项(对于gdx-tools)。以前没有任何依赖。现在Gradle找不到任何库。

Error:(32, 0) Gradle: A problem occurred evaluating project ':android'.
> Could not resolve all dependencies for configuration ':android:natives'.
> A problem occurred configuring project ':core'.
> Could not open buildscript class cache for build file '..\build.gradle' (..\.gradle\caches\1.11\scripts\build_5nf261mprglcnmchu7kvpoddt6\ProjectScript\buildscript).
> Timeout waiting to lock buildscript class cache for build file '..\core\build.gradle' (..\.gradle\caches\1.11\scripts\build_5nf261mprglcnmchu7kvpoddt6\ProjectScript\buildscript). It is currently in use by another Gradle instance.
Owner PID: unknown
Our PID: 3732
Owner Operation: unknown
Our operation: Initialize cache
Lock file: ..\.gradle\caches\1.11\scripts\build_5nf261mprglcnmchu7kvpoddt6\ProjectScript\buildscript\cache.properties.lock

任何人都知道如何修复此问题而不生成新项目?

3 个答案:

答案 0 :(得分:3)

退出Android Studio,清除其路径位于错误消息中的Gradle缓存文件夹,然后重新启动。

答案 1 :(得分:1)

我们在用户目录的build.gradle文件中添加了所有依赖项的gradle维护缓存。

在Windows中:

  

C:\用户\ Administrator.gradle \缓存

在Mac中:

  

/Users/UserName/.gradle/caches

删除缓存文件夹。现在,下次运行gradle sysc时,它将再次下载所有依赖项,并解决锁定问题。

此问题也报告为问题:https://issues.gradle.org/browse/GRADLE-2795

答案 2 :(得分:0)

当我跑步时,这个锁定问题发生在我身上 gradle run 在另一个bash窗口。

我不得不停下来让它再次运作。