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 时,Android Studio 会复制这些冗余的 OSX 文件系统文件“.DS_Store”。有没有办法从 APK 包中过滤它们?
我尝试添加!.DS_Store到编译器/资源模式字段,但没有帮助。
!.DS_Store
尝试将其添加.DS_Store到Compiler>Excludes而不是 Resource Patterns 字段。
.DS_Store
Compiler
Excludes