Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 ADT 版本是 18.0。清理项目后,我在 drawable 文件夹中获得了 thumbs.db 文件,并在该文件(thumbs.db)处显示错误。删除 thumbs.db 后,它工作正常。为什么会出现这个错误?如何处理这个。
谢谢
//在windows中它会创建
thumbs.db
删除 thumbs.db 文件并运行它
单击工具,然后单击文件夹选项只需在此处选中不要缓存缩略图链接:
Thumbs.dbWindows是使用缩略图视图时创建的文件。它是一个隐藏文件,大多数用户不会查看,并且当文件从图像已通过或删除的文件夹中移动时不会更新。这提供了第二次机会,即某人将在其 Windows 文件夹中留下至少部分图像证据。中的缩略图以Thumbs.dbOLE 复合文件格式存储。它与 Microsoft Office 使用的格式相同。
Thumbs.db
Windows
您可以删除此文件并运行应用程序。