java.lang.IllegalArgumentException: Parameter 'directory' is not a directory in android

后端 未结 2 1527
既然无缘
既然无缘 2020-12-17 09:20

I rebuilt my project and got this error. I\'m unable to find where it\'s coming from. The full log is:

Caused by: jav         


        
2条回答
  •  自闭症患者
    2020-12-17 09:47

    I've had the same problem. All I did was:

    1. Delete the .gradle directory
    2. Invalidate Caches and restart Android Studio.

提交回复
热议问题