Android 如何使用 Eclipse 创建已发布的签名 apk?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3417122/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 10:06:38  来源:igfitidea点击:

How to use Eclipse to create released signed apk?

androidapksigning

提问by Dean-O

I have been a Java programmer/instructor since Java was Oak(which is the development name for Java).

自从 Java 是Oak(这是 Java 的开发名称)以来,我一直是一名 Java 程序员/讲师。

Where can one find how to use eclipseto sign an appfor release? I have found several how to docs/web sites, but not detailed enough for a newbie to this androidworld.

哪里可以找到如何使用eclipse签署app释放?我找到了几个方法docs/web sites,但对于这个android世界的新手来说不够详细。

I have a screen that comes up that wants the Alias, organizational unit, etc... what are valid values for these entries?

我有一个需要Alias组织单位等的屏幕......这些条目的有效值是什么?

Thanks in advance for any assistance.

在此先感谢您的帮助。

回答by Benny Skogberg

Right-click your project in Eclipse > Chose Android Tool> Export Signed Application Package...

在 Eclipse 中右键单击您的项目 > 选择Android 工具>导出签名的应用程序包...

This question has been answered before: here. You'll find more to read on developer.android.com

这个问题之前已经回答过:here。您可以在developer.android.com上找到更多可阅读的内容