Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error:Execution failed for task ':app:clean'

i need your help, when i try to compile my new app without any addition of dependences and classpath i get this exception

  • android studio ver 21.1
  • ubuntu 15.4 32bit

    Error Execution failed for task app clean.

    Unable to delete directory: .../app/build/intermediates/exploded-aar/com.android.support/animated-vector-drawable/23.4.0/jars

like image 683
ugali soft Avatar asked Apr 21 '26 06:04

ugali soft


2 Answers

Running android studio as administrator fixed the problem for me. (windows 10)

like image 100
Khorchani Avatar answered Apr 23 '26 19:04

Khorchani


  1. File --> Invalidate Caches/Restart...
  2. Build -- > Rebuild Project
like image 21
Александр Чернов Avatar answered Apr 23 '26 19:04

Александр Чернов