0

How to extract the apk file using the jarsigner to get the keystore to update my Android application?

BenMorel
  • 34,448
  • 50
  • 182
  • 322
Rajesh Kumar
  • 6,868
  • 3
  • 15
  • 15
  • 2
    http://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 Answers1

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