How to extract the apk file using the jarsigner to get the keystore to update my Android application?
Asked
Active
Viewed 1,208 times
0
-
2http://stackoverflow.com/questions/2184728/is-there-way-to-get-private-signed-keystore-file-from-previous-apk-release-file ? – sandrstar Jul 23 '12 at 13:18
1 Answers
0
This is not mathematically possible. The complete and entire point behind digital signatures is that they cannot be reverse-engineered except with more computing power than anyone will have.
You should already have the keystore for your app -- you used it once already to sign the APK file. If you lost that keystore file, restore it from a backup.

CommonsWare
- 986,068
- 189
- 2,389
- 2,491
-
How can i backup ? Actually keystore deleted with my old harddisk . how can i get keystore? @CommonsWare – Parag Chauhan Jun 09 '13 at 17:42