Android的发布步骤 [英] Android Publication Steps

查看:127
本文介绍了Android的发布步骤的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在$ P $的步骤pparing应用一些疑问予以公布。
我已经达到踩 preparing的发布指南。所以我只需要做好这些剩下的步骤?

I have some doubts in steps of preparing the application to be published. I have reached step on Preparing for Release guide. So I only need to do these remaining steps?


  1. 我使用Eclipse,使用导出导出向导中的应用。但随后,在与Eclipse部分建筑:

  1. I use Eclipse, export the Application using Export Wizard. But then, in Building with Eclipse section:

导出向导编​​译要发布的应用,您迹象
  应用程序与你的私钥,并优化您的应用
  在zipalign工具。

The Export Wizard compiles your application for release, signs your application with your private key, and optimizes your application with the zipalign tool.

我是否需要再次的zipalign?

Do I need to zipalign again?

随意,如果我错过了什么编辑自己的帖子。非常感谢!

Feel free to edit my post if I miss something. Thanks a lot!

推荐答案

没有,则不需要再次运行的zipalign。 ADT会为你做,当你导出签名的应用程序包。

No, you don't need to run zipalign again. ADT will do that for you when you export a signed application package.

您不必混淆您code自己,所以只要你有的 ProGuard的正确配置。当您导出签名的应用程序包(它建立在发布模式下您的应用程序),将ProGuard的混淆你的code你。

You don't need to obfuscate your code yourself, so long as you have ProGuard configured properly. When you export a signed application package (which builds your application in release mode), ProGuard will obfuscate your code for you.

启用ProGuard的是加入 proguard.config = proguard.cfg 您project.properties文件,如果你在你的项目根目录自动生成的proguard.cfg一样简单。

Enabling proguard is as simple as adding proguard.config=proguard.cfg to your project.properties file if you have the automatically generated proguard.cfg in your project root.

您真的只需要按照签字说明。他们是pretty简单,将引导您完成所有必要的步骤。

You really just need to follow the signing instructions. They are pretty straightforward and will guide you through all the necessary steps.

这篇关于Android的发布步骤的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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