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.
当我上传新建的 Apk 文件时,本机平台字段显示:.DS_Store、armeabi-v7a 在 Play 商店开发人员仪表板上。
如何从 Android 构建系统中删除和忽略 .DS_Store 文件?
当您在 Android Project 的目录中使用 Mac OSX 的 Finder 玩了很多时,就会发生这种情况。
您需要关闭 Finder 并使用“rm”从控制台中删除这些文件(名为 .DS_Store)。