This error coming when I am building a Android project in Android Studio.Please tell me How to solve?
Parameter 'directory' is not a directory
This error coming when I am building a Android project in Android Studio.Please tell me How to solve?
Parameter 'directory' is not a directory
Can you check if the path you have assigned for the resource is correct ?
I have also faced a similar issue and tried the following answer. it was useful https://stackoverflow.com/a/61069705/12315038
git clean -fdx followed by a restart of Android Studio and it did the trick. It nukes anything in your tree that didn't come directly from your repo originally.