为什么出口在Android中一个无符号的应用程序包? [英] Why exporting an unsigned application package in Android?

查看:135
本文介绍了为什么出口在Android中一个无符号的应用程序包?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不知道为什么,在Android中,有出口未签名的应用程序包的可能性?
至于能够在Android设备上运行,因为据我了解,它必须签名! !

I am wondering why, in Android, there is the possibility to export unsigned application package ? As to be able to run in on an Android device, as far as I understand, it must be signed ! !

所以,我该怎么跟一个无符号的包呢?

So what do I do with an unsigned package ?

干杯。

推荐答案

的原因之一有该选项,以便您可以稍后签署包带任何安全密钥。
例如,要发布一个应用程序来谷歌播放,你需要(当你从Eclipse导出一个签名的软件包,而不是一个调试关键,这是默认选项)释放键上签字。

One of the reasons to have that option is so that you can sign that package with any secure key later on. For example, to publish an app to google play, you need to sign it with a release key(rather than a debug key, which is the default option when you export a signed package from eclipse).

这可以通过导出一个无符号包,然后用剥离密钥签署它来完成。

This can be done by exporting a unsigned package and then signing it with a release key.

这篇关于为什么出口在Android中一个无符号的应用程序包?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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