osx - Is there a way to make Android Studio not copy .DS_Store files into APK? -


when build apk, android studio copies these redundant osx file system files ".ds_store". there way filter them apk bundle?

i've tried adding !.ds_store compiler/resource patterns fields didn't help.

try add .ds_store compiler > excludes rather resource patterns field.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -