Android Market Publishing Multiple apk's

我只是一个虾纸丫 提交于 2019-12-08 11:42:29

问题


I have developed three different versions(as different projects) of an app(large,normal,small). How can I upload them as a single app with multiple apk's. Do I need to change package names? How about Keystore? Do I need to use same keystore or different keystores for different versions. And what about version number? Do the names of apk's matter?


回答1:


Rules for multiple APKs see the rules

All APKs you publish for the same application must have the same package name and be signed with the same certificate key.

see also other rules as well ......

To publish multiple APKs for the same application, you must enable Advanced mode in your application's APK files tab (as discussed in the previous section). Once in advanced mode, you can upload, activate, then publish multiple APKs for the same application.

http://developer.android.com/guide/google/play/publishing/multiple-apks.html

http://android-developers.blogspot.in/2011/07/multiple-apk-support-in-android-market.html



来源:https://stackoverflow.com/questions/11167241/android-market-publishing-multiple-apks

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