gpt4 book ai didi

android - Google Play 中支持的本地化过多

转载 作者:搜寻专家 更新时间:2023-11-01 07:55:29 24 4
gpt4 key购买 nike

当我今天向 Google Play 上传应用程序更新时,它显示我们突然支持 63 种新语言,而我们不支持。知道是什么原因造成的吗?

Google Play Screenshot

最佳答案

您可能已将一个新的库(例如 Google Play 服务)添加到您的程序包中,该程序包正在为其他语言添加自己的资源文件。

如果您使用的是 Android Studio,您可以设置 resConfigs 以禁用不受支持的语言环境。参见 Putting Your APKs on Diet -> 最小化资源配置,作者:Cyril Mottier:

defaultConfig {
// ...
resConfigs "en", "de", "fr", "it"
}

关于android - Google Play 中支持的本地化过多,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28295826/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com