I was working on my android project, which is stored on Google Drive, and I started getting a bunch of errors. When I looked, it looked like every folder in my project had a desktop.ini file added to it. I figured that I would just go into Google Drive and delete them all but if I search for desktop.ini it returns no results in Windows Explorer. I've tried deleting them through Eclipse but it seems like when I delete one, three more take it's place. I'm not sure what's going on or how to fix this, any help would be greatly appreciated.
Asked
Active
Viewed 2,509 times
2
-
See if you can set the build system to ignore them somehow. – Chris Stratton Apr 22 '14 at 21:00
-
desktop.ini is a hidden windows file that holds settings specific to your windows folder. Google Drive probably uploads everything whether it is hidden or not. I think the more important questions are what is the errors you are getting. – Apr 22 '14 at 21:09
-
possible duplicate http://stackoverflow.com/a/31350668/3499115 – JBaczuk Jul 10 '15 at 21:39