简体   繁体   English

发布Android Market中的应用程序

[英]Releasing application in Android Market

I want to release an android application to android market. 我想向Android市场发布一个Android应用程序。 Different versions of this application should run on different Android platforms, ie 1.5, 1.6, 2.1, and 2.2. 此应用程序的不同版本应在不同的Android平台(即1.5、1.6、2.1和2.2)上运行。 How can I release these separate versions under one app name? 如何以一个应用程序名称发布这些单独的版本?

Generally, it's best to have one package that works on all platforms. 通常,最好有一个可以在所有平台上使用的软件包。

When this isn't possible, or when you really want to make use of features on newer platforms and still support older ones, Android Market now has support for multiple APK files . 如果无法做到这一点,或者您真的想在较​​新的平台上使用功能并仍然支持较旧的功能,则Android电子市场现在支持多个APK文件 With this feature, you can upload several APK files, each targeting different Android versions, and release them under one app name. 使用此功能,您可以上传多个APK文件(每个文件针对不同的Android版本),并以一个应用程序名称发布它们。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM