Android:发布一个应用程序,不同的屏幕截图对应不同的语言?
我已经在 Android 市场上发布了我的应用程序,一切运行良好。对于这个应用程序,我拍摄了几张屏幕截图,并将它们上传到“编辑应用程序”页面的“上传资产”部分。但我的应用程序有多种语言版本,我只上传了英文屏幕截图。
是否可以上传不同语言的屏幕截图?例如,西班牙语版本的 Android 市场的西班牙语屏幕截图或日本市场的日语屏幕截图?
编辑:Android 市场团队回复了我发送的有关此“问题”的电子邮件。这是他们的答案:
“目前我们不支持 Android Market 中屏幕截图的本地化版本。我们非常感谢您的深思熟虑的反馈,我们会在努力改进 Android Market 时牢记这一点。”
I have already published my application on the Android market and everything works well. For this application, I took several screenshots and I uploaded them too, in the "Upload assets" part of the "Edit application" page. But my application is available in several language and I have uploaded only english screenshot.
Is it possible to upload screenshots for the different languages? For example, a Spanish screenshot for the Spanish version of the Android market or a Japanese screenshot for the Japanes market?
EDIT: The Android Market Team replied to the email I sent about this "problem". Here is their answer:
"Currently we don't support localized versions of the screenshots in Android Market. We really appreciate your thoughtful feedback, and we'll keep it in mind as we work to improve Android Market."
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Google Play 自 2013 年 3 月起支持此功能,作为更新的开发者控制台的一部分。介绍帖子是 http ://android-developers.blogspot.nl/2013/03/now-is-time-to-switch-to-new-google.html
此外,您还可以添加不同屏幕尺寸的屏幕截图。
Google Play supports this since March 2013, as part of an updated Developer Console. The introduction post is http://android-developers.blogspot.nl/2013/03/now-is-time-to-switch-to-new-google.html
Additionally you can add screenshots for different screen sizes.
我有同样的问题。看到你在二月份发布的这篇文章,并且今天(五月份)仍然如此,谷歌可能需要相当长的时间才能在这方面采取行动。对我来说,我本以为这是一个高度优先的事项。
作为一种粘性膏药解决方案,我目前正在考虑为每种语言发布一个APK:所有语言的源代码都相同,只是使用不同的“应用程序包”名称,使用eclipse中的android工具来重命名我的应用程序的包名称。
例如:应用程序包名称 mycom.myco.mycompany.myapp(英语版)和 mycom.myco.mycompany.myappfr(法语版)。
然后将其作为 APK 发布在 google play 上,语言和屏幕截图与我要宣传的语言相匹配。
我知道这是一个真正的痛苦,如果您支持多种语言,它可以很快产生大量已发布的应用程序。但想不出更好的选择。
好机会,我的朋友。
I have the same problem. Seeing as you posted this in Feb and it's still like that today (in May), Google could take quite some time to get their act together on this one. To me, I would have expected that this is a high priority.
As a sticky plaster solution, I'm currently thinking of publishing one APK per language: it's the same source code for all the languages, just using a different "Application Package" name using android tools in eclipse to rename my app's package name.
For example: application package name mycom.myco.mycompany.myapp for english and mycom.myco.mycompany.myappfr for the french version.
Then publishing it as an APK on google play, with the language and screenshots to match the language I want to publicise.
A real pain I know, it can quickly engender lot of published apps if you support many languages. Can't think of a better alternative though.
Bonne chance mon ami.