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

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

c# - ReportViewer control - axd url -

time series - R growth rate calculation week over week on daily timeseries data -