我在Android上的Apollo客户端有问题,该客户端正在ubuntu上重建项目。
我从this site开始尝试,并且在第一次重建时工作良好。因此,我添加了新的查询graphql,然后再次进行了重建,并且得到了该错误。
到目前为止,我一直在尝试
这是我的结果:
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
答案 0 :(得分:-1)
在浪费时间进行研究之后,我得到了一个简单的答案。 只是杀死那个PID。
kill 7273