Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error:Cannot create directory \app\build\intermediates\incremental\packageDebug\zip-cache

Suddenly Error display after build working project.

How to sole this error?

Error:Cannot create directory \app\build\intermediates\incremental\packageDebug\zip-cache

I tried Below solutions.

  1. Delete .gradle from the user/username/.gradle and start Android Studio
    • Not working
  2. Invalidate Caches and Restart
    • Not Working
  3. Clean Project and Build Project
    • Not Working
like image 923
Chirag Savsani Avatar asked Mar 17 '17 11:03

Chirag Savsani


1 Answers

i have same problem before, it caused by i don't have the write permission for app/build folder(i have no idea why).

So i give the permission to the folder like below sudo chmod -R a=rwx app

like image 102
Dean Guo Avatar answered Oct 13 '22 15:10

Dean Guo