在Google Market上发布一个应用的多个版本 [英] Publishing multiple versions of one app on Google Market

查看:149
本文介绍了在Google Market上发布一个应用的多个版本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个Android应用程序,我想要显示高品质的图像。不过,屏幕尺寸和比例有很多。我知道有一些过滤器可以在市面上显示应用程序,只适用于具有小型/中型/大型屏幕的设备。如果我将两种尺寸的图像放在一个应用程序中,大小的应用程序,对吗?

为不同的屏幕尺寸制作多个版本是一个很好的做法?



我想在3个版本中为这样的设备制作1个应用程序:


  • 中画面mdpi

  • 中型屏幕hdpi +大屏幕mdpi

  • 大型(平板电脑)



做它如何可以指定他们在清单?或者是在市场上的某处?

解决方案

没有人似乎正在处理您真正问的文件大小问题,所以我会尝试。

您应该将您的高质量图像打包为一组独立的下载文件,一个用于您计划支持的每种类型的设备。这使得你的基本应用程序很小,并确保最终用户的磁盘空间只是由它需要的图像填充。



我自己没有这样做,但希望这个想法会发送您正确的搜索路径。我想你设计单独的下载作为你自己的服务器上的资源,或市场上的另一组应用程序(即MyApp的图像包HDPI,... MDPI等)。

I have an Android app that I would like to display high quality images with. However there are many different screen sizes and ratios. I know there are filters to show apps in Market only for devices with small/medium/large screens.

If I put images of both sizes in 1 app it will double the size of the app, right?

Is it a good practice to make multiple versions for different screen sizes?

I would like to make 1 app in 3 versions for such devices:

  • medium screen mdpi
  • medium screen hdpi + large screen mdpi
  • large (tablets)

If it's possible to do it how can I specify them in manifests? Or is it somewhere in market?

解决方案

No one seems to be addressing the file size issue you're really asking about, so I'll try.

You should package your high quality images as a set of separate downloads, one for each type of device you plan to support. This makes your base app small, and ensures the end user's disk space is only filled by images it needs.

I've not done this myself, but hopefully the idea will send you on the right search path. I imagine you design the separate download as either resources on your own server, or another set of apps in the market (i.e. "MyApp Image Pack HDPI", "... MDPI", etc.).

这篇关于在Google Market上发布一个应用的多个版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆