When I execute $ gradle :android:clean
or $ gradle :android:assembleDebug
I get
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':android:mergeDebugResources'.
> Error: Could not delete path '/media/naxa/<NTFS Partition>/<Project Path>/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sk'.
I'd like to mention that the project is on an NTFS partition.
I found a workaround, I'm using --continue
option to ignore build failures. But I want to know why the file can't be removed. Is it blocked by anything?