Android Studio报错:Failed to delete some children. This might happen because a process has files open
关闭存放apk的debug文件夹,文件夹打开时AS无法写入新生成的apk。
·
在Build APK(s)时报错如下:
Unable to delete directory 'F:\AndriodStudioProjects\EDM\app\build\outputs\apk\debug'
Failed to delete some children. This might happen because a process has files open or has its working directory set in the target directory.
- F:\AndriodStudioProjects\EDM\app\build\outputs\apk\debug\app-debug.apk
解决:关闭\…\app\build\outputs\apk\debug文件夹。
更多推荐
所有评论(0)