skip to Main Content

Error:Execution failed for task ‘:app:processDebugResources’.

java.io.IOException: Could not delete path ‘F:ANDROIDAndroid MasterArtificial-Intelligence-Android-masterappbuildgeneratedsourcerdebugandroidsupportv4’.

3

Answers


  1. These steps usually help me:

    • Close Android Studio
    • Kill OpenJDK processes
    • Open Android Studio again
    Login or Signup to reply.
  2. Go to windows explorer, navigate manually to the path, and delete it using windows as opposed to android studio.

    Login or Signup to reply.
  3. Try cleaning the project: go to build menu -> clean project. It usually deletes generated and intermediate files which may cause the error you faced

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search