本文介绍了Google Play 开发者控制台在上传的 Apk 的 Native Platforms 部分显示 DS_Store的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
本机平台字段显示:.DS_Store、armeabi-v7a当我上传我新建的 Apk 文件时,在 Play 商店开发者仪表板上.
Native platforms field shows: .DS_Store, armeabi-v7aon play store developer dashboard when I upload my newly built Apk file.
如何删除 &忽略来自 Android 构建系统的 .DS_Store 文件?
How can I remove & ignore .DS_Store files from Android build system?
推荐答案
当您在 Android Project 目录中使用 Mac OSX 的 Finder 玩很多时会发生这种情况.
This happens when you play a lot with the Finder of Mac OSX in the directories of Android Project.
您需要关闭 Finder 并使用rm"从控制台中删除这些文件(名为 .DS_Store).
You need to close Finder and remove these files (named .DS_Store) from console with "rm".
这篇关于Google Play 开发者控制台在上传的 Apk 的 Native Platforms 部分显示 DS_Store的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!