无法删除目录:apollo-codegen

时间:2018-09-05 02:50:06

标签: android android-studio android-gradle graphql

我在Android上的Apollo客户端有问题,该客户端正在ubuntu上重建项目。
我从this site开始尝试,并且在第一次重建时工作良好。因此,我添加了新的查询graphql,然后再次进行了重建,并且得到了该错误。

到目前为止,我一直在尝试

  1. ./ gradlew在终端上清理
  2. 删除目录上的文件夹
  3. rm -rf {mydir} / app / build / apollo-codegen / node_modules / apollo-codegen或超级用户

这是我的结果:

onChange

如果我删除,我会得到这样的提示:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:clean'.
> Unable to delete directory: /media/rachmad/Data/PROJECT/bon-appety-android/app/build/apollo-codegen/node_modules/apollo-codegen

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 5s
2 actionable tasks: 2 executed

我用rm: cannot remove 'apollo-codegen/': Directory not empty

检查了该位置

我就这样

lsof | grep app/build/apollo-codegen/node_modules/apollo-codegen

1 个答案:

答案 0 :(得分:-1)

在浪费时间进行研究之后,我得到了一个简单的答案。 只是杀死那个PID。

kill 7273