当前位置: 代码迷 >> 综合 >> android studio 编译项目时提示Failed to delete some children. This might happen because a process has
  详细解决方案

android studio 编译项目时提示Failed to delete some children. This might happen because a process has

热度:71   发布时间:2024-02-11 11:51:10.0

    android studio 编译项目时提示Failed to delete some children. This might happen because a process has files open or has its working directory set in the target directory.

是使用了 as 自带的 terminal 窗口,并且打开了相应的目录,只需要在 相应的命令行里面 exit ,退出目录即可。

  相关解决方案