Android implements the method of signing an unsigned APK

Android signs an unsigned APK command.

prepare documents

1. Unsigned.apk (unsigned APK) 2. Shanhy.keystore (signature certificate file)

Command syntax:

jarsigner -verbose -keystore [keystorePath] -signedjar [apkOut] [apkIn] [alias]

example:

jarsigner -verbose -keystore shanhy.keystore -signedjar signed.apk unsign.apk shanhy

The above Android signature method for unsigned APK is all that Xiaobian has shared with you. I hope it can give you a reference and support more programming tips.

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>