Error: Execution failed for task ':app:clean'. Unable to delete file

后端 未结 30 1187
感动是毒
感动是毒 2020-11-29 17:19

I\'m trying to rebuild my Android Studio Gradle project (containing mostly Kotlin code), but it started to throw an UnableToDeleteFileException during the clean

30条回答
  •  时光取名叫无心
    2020-11-29 18:19

    Some times intermediates creates problem so delete it and Rebuild project

    OR

    simply run cmd command - > gradlew clean

    in your project folder in work space (its work for me)

提交回复
热议问题