Google play developer console shows DS_Store in Native Platforms section of uploaded Apk

ε祈祈猫儿з 提交于 2019-12-13 05:26:04

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!