Skip to content Skip to sidebar Skip to footer

Is There A Way To Make Android Studio Not Copy .DS_Store Files Into APK?

When I build the APK, Android Studio copies these redundant OSX file system files '.DS_Store'. Is there a way to filter them from the APK bundle? I've tried adding !.DS_Store into

Solution 1:

Try to add the .DS_Store to the Compiler > Excludes rather than the Resource Patterns field.


Post a Comment for "Is There A Way To Make Android Studio Not Copy .DS_Store Files Into APK?"