已签名和未签名的 .apk 文件之间的 Android 区别?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/10280278/
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
Android differences between signed and unsigned .apk files?
提问by Samir Mangroliya
How many difference between signed and unsigned .apk files in android?
android中签名和未签名的.apk文件有多少区别?
I know only one when i integrate in-app purchase i have unsigned .apk its gives me error
Item version is not same as...
当我集成应用内购买时,我只知道一个我有未签名的 .apk 它给了我错误
Item version is not same as...
and also we cant install unsigned .apk file in android device...
而且我们也无法在 android 设备中安装未签名的 .apk 文件...
is there any other Diffrences ?
还有其他不同之处吗?
采纳答案by 5hssba
the signed apk will contain an extra folder "META-INF", which contains three files:
签名的 apk 将包含一个额外的文件夹“META-INF”,其中包含三个文件:
- MANIFEST.MF
- CERT.SF
- CERT.RSA
- 清单文件
- CERT.SF
- 认证证书