How to fix "couldn't follow symbolic link" in Android Studio?
Next time to save time you can run the following command:
find . -type l -exec test ! -e {} \; -delete
Next time to save time you can run the following command:
find . -type l -exec test ! -e {} \; -delete