Unable to clean project in Android Studio

后端 未结 22 1422
醉梦人生
醉梦人生 2020-12-17 07:49

OS version: Ubuntu 14.04 LTE 64 Bit

Java JRE/JDK version: Oracle JDK 1.8.0_11

Project directory is on a NTFS based drive.

Whenever I try to clean my

22条回答
  •  粉色の甜心
    2020-12-17 08:14

    I'm not on Windows, but OS X. Somehow my build folder didn't have the proper permission for AS to delete the file so I did chmod -R 777 in the affected parent directory.. probably 777 isn't what you would want but it worked for me.

提交回复
热议问题