问题
Native platforms field shows: .DS_Store, armeabi-v7a on play store developer dashboard when I upload my newly built Apk file.
How can I remove & ignore .DS_Store files from Android build system?
回答1:
This happens when you play a lot with the Finder of Mac OSX in the directories of Android Project.
You need to close Finder and remove these files (named .DS_Store) from console with "rm".
来源:https://stackoverflow.com/questions/18080950/google-play-developer-console-shows-ds-store-in-native-platforms-section-of-uplo