Reputation: 8308
Hi I notice that I have large folders <1Gb from AndroidStudio on Libraries/Cache OSX 10.9
The folders are:
I'm using AndroidStudio 1.4 beta 4 currently
Can I safe delete some of these cache folders? Do you know what would be the proper manner to do it?
Upvotes: 18
Views: 33712
Reputation: 612
It does not need this. You just delete the cache once on the new version. Of course, if you do not see it, there's no problem.
Choose File | Invalidate Caches/Restart.
Upvotes: 5
Reputation: 1680
It's safe generally,
The cache in /System/Library/Caches is useful for system but the cache in ~/Library/Caches are not that useful.
Deleting everything at once is not recommended. But if you want to delete specific file remove it manually
Upvotes: 17