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
Post a Comment