When publishing apk to Google Play, some localizations got removed

不问归期 提交于 2019-12-21 16:51:25

问题


I'm suddenly getting this difference from the previous version when trying to upload a new version of my app to Play:

I use only default string values, most of them hardcoded, as my app only supports one language so far. Anyway, I haven't changed anything related to locales/languages to this last update.

when googling about this, the only reference I fount was this link. I was using an outdated version of facebook sdk, but updating it didn't brought my Localizatons back... alse I don't use Corona SDK...

how will this affect my app's distribution? Is it like fewer people will have access to it? Or users will get some screens in the wrong language?


回答1:


I had the opposite effect (like Seth said) after adding the "Google Play Services" library to my project. Maybe you removed this or another library (that had supported all of this languages) from your main project.



来源:https://stackoverflow.com/questions/21380565/when-publishing-apk-to-google-play-some-localizations-got-removed

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