A
A
Andrey Andryushchenko2015-10-20 14:29:51
Android
Andrey Andryushchenko, 2015-10-20 14:29:51

How to sign a signed APK?

There is an apk signed with a test key. I also have my own keystore with the key I need. It is necessary to sign this apk with this key. How to do it?
PS At the moment there is no way to recompile the apk, also there is no unsigned apk file.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
aol-nnov, 2015-10-20
@delphikettle

right ?

C
Chvalov, 2015-10-23
@Chvalov

tyts 1 , tyts 2 or using the SmartAPKTool
program Well, as an option, when you have a ready key.keystore

jarsigner -verbose -sigalg MD5withRSA -digestalg SHA1 -keystore my-release-key.keystore my_application.apk alias_name
, more here

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question