1. Home
  2. Knowledge Base
  3. Android
  4. Keystore & Signing
  5. Android APK Signing Tool (APK Signer)
  1. Home
  2. Knowledge Base
  3. Android
  4. Android APK Signing Tool (APK Signer)

Android APK Signing Tool (APK Signer)

APK Signer is deprecated. The tutorial will be still available, however the download is no longer possible. Please use Android Studio or the mobile APK Signer for Android instead.

About

In order to upload your compiled Android file (apk) you need to sign and algin it. There are several ways to do that, but the easiest is to use the tool APK Signer from Hai Bison.

Requirements

  • JDK 1.6+
  • JRE 1.6+
  • ADT (including zipalgin file)

You can download the needed Java JDK’s and JRE here.

Just to let you know...

It’s recommended to create the keystore file wiht JDK6 (1.6). If you face any installation issues, try to use JDK6.

Java JDK 8

0.00 KB 43414 downloads

Java JRE 8

75.00 MB 26054 downloads

Download APK Signer

Download for the desktop tool is no longer available. Please use Android Studio instead or try the mobile APK Signer from Hai Bison.

Android Studio

Android Studio offers all tools needed to sign and align your next Android project. Please find the download link below.

APK Signer

Create a keystore file

The tool makes it very easy to create your keystore file. This file can be used for all your games. There is no need to create a new one for each app/game.

Just to let you know...

Note: Save the information used to create the file! Especially the alias and the two passwords! Also save the keystore file and make backups of it!

apk_signer_create_keystore

  • (1) – Locate your Java JDK 1.6 installation path (Java/bin/…)
  • (2) – Update the information for the keystore file (save your password, you’ll need it every time you want to sign your app!)
  • (3) – Click ‘Save as …’ and save the path you want to create the keystore file

apk_signer_set_target

  • (4) – Click ‘Generate Keyfile’

If you have added all information and the generation was successfully you will get this notification.

apk_signer_done

Sign your App

Here you find a simple video showing the steps below.

Switch to the ‘Signer’ tab and make sure the path to your JDK 1.6 installation is set.

apk_signer_sign

  • (1) – Load your keyfile and enter your two passwords (Hint: if you enter the ‘Password’ press the tabulator key. If you password was right the Alias will be set automatically)

apk_signer_load_keyfile

  • (2) – Load your app you want to sign (make sure that you have unchecked ‘Sign’ at Intel XDK, otherwise the apk is debug-signed already)

apk_signer_load_app

Press ‘sign’ to sign your app. You will get a file named ‘…SINGED_UNALIGNED.apk’

Align your app

Now go to the ‘APK Alignment’ tab and load the apk you got after the signing.

apk_signer_align

  • (1) – Load your signed app file

apk_signer_load_app_algin

Press ‘align’ and you will get a file named ‘…SIGNED_ALIGNED.apk’. This file is ready to be uploaded to the Google Play Store.

Issues & Troubleshooting

APK Signer doesn’t start

If you are facing the issue, that the APK Signer tool freezes at startup (only the logo is shown), please go to following steps.

  • Remove all newer Java RE’s and JDK’s than 8
  • Maybe restart your computer
  • Install Java RE & JDK8
  • Run again

You also find a video solution guide below.

File.IO Error

If you keep getting the error message that the tool cannot find the jarsigner.exe, please download the latest JDK here.

[wpfilebase tag=file id=66 tpl=button-css-blank /]

And specifiy the path at the APK Signer.

No Solution found?

Got any problem? Please visit our support forum.

[creativ_button url=”https://shatter-box.com/forums/forum/63-sign-align/” icon=”heart” label=”Support” colour=”green” colour_custom=”” size=”large” edge=”rounded” target=”_blank”]

Thank you!

Updated on May 5, 2021

Was this article helpful?

Related Articles

Not the solution you were looking for?
Click the link below to submit a support ticket
Visist our Forum!

Comments

    1. Hi,
      You need to set the alias and password when creating the new keystore file. This can be anything. Basically the alias is your brand.

      Regards
      Andy

  1. When I try “APK Alignment” I get “Verification FAILED” error.

    1. Have you signed the apk first? I never have got this issue on my end. Can you tell the steps you did?

      Regards
      Andy

  2. Thank you so much for this tool Andy !
    No more awful command lines to remember 🙂

    Cheers,

    Julien

    1. Thank you 🙂 but’s actually not my tool. I just made a Tutorial for it. The author is mentioned above on the guide.

      Regards
      Andy

      1. Thanks Hai Bison for the tool and thanks you for the tutorial then : )

        1. Hello, after the signature, the apk is not installed on the android, writes the apk is damaged. Signature passes without errors. What is my problem? Help me please.
          Edited by Admin, translated into english

          1. Hi,
            thanks for your comment. This mostly happens when you sign an APK file which already has been signed with a diffrent key
            (debug builds for instance). If this wasn’t the case, you can try to use JDK 6 (1.6.x). You find the download link
            in this article at the beginning.
            If it still doesn’t work, try to remove the app from the device completely and try to reinstall it again.

            Best,
            Andy

  3. Awesome! Finally a way to get rid of unwanted app updates.

  4. hi
    i am unable to sign my apk file
    when i click sign it gives the error “unable to open jar file”

  5. hi
    what error?
    Error while signing file. Details:
    jarsigner: unable to sign jar: java.util.ZipException: invalid intry compressed size (expected 3696 but got 3762 bytes)

      1. Hi Matt,

        have you tried to install the “debug” signed apk? Does this version work on your phone?

        Regards
        Andy

    1. i have same error then i realize my app has debug signed by android studio. deleting cert.rsa, cert.sf, manifest.mf files in the apk solved my problem. i hope it helps

  6. hi , when i try Create a keystore file i get an error ” java IOEXEPTION :error keytool filenotfoundexeption c:\program file\test.keystore (accés refusé)

    1. Hi,

      It seems that you have no access to the path. Try to run the tool as admin or try another path.

      Regards
      Andy

  7. Hi,

    After sign and align the built, we get the following error message, when we try to upload the apk file into the google play store:

    “Failed to run aapt dump badging:
    W/ResourceType(292349): Bad resource table: header size 0x2 or total size 0x104c is not on an integer boundary
    ERROR: dump failed because the resource table is invalid/corrupt.”

  8. when I click create keystore, it got error message java.lang 6
    please help, thanks

  9. Hi
    signed and aligned suceessfully .installed in the device also sucess . when open the app it says the app unfortunately stopped pls help

    1. Hi,
      This has basically nothing do to with the signing process. If your app crashes on startup, it might be an issue in your code / project.

      Regards
      Andy

  10. hi when i want sign my apk with my new keystore it shows me this error
    jarsigner : key associated with apk not a private key

  11. Hii I’m Deepak
    After sign and align the built, we get the following error message, when we try to upload the apk file into the google play store:

    Failed to run aapt dump badging:
    W/ResourceType(211608): Bad resource table: header size 0x116f or total size 0xa54087d2 is larger than data size 0xe1040
    ERROR: dump failed because the resource table is invalid/corrupt

  12. Please solition ????
    jarsigner error: java.lang.RuntimeException : Keystore load : keystore was tampered with , or Password was incorrect

    1. Hi,

      The error message says exactly what your issue is. You have entered an incorrect password for your keystore file.

      Regards
      Andy

  13. Hello i have a poblem , when i download the file i dont find the File jar i find alot of files like asstes and group and Meta-INF ! please i need a slove to my problem ! i have all the java files !

  14. I am having exactly the same problema tan Alex. Any help please?

  15. Hi,
    Can I used certificate which is store in HSM to sign my APK?

  16. Hello, I need help. I signed and aligned successfully, but when I verify i got an “VERIFICATION ERROR” also when I try it on phone, i got “PARSE ERROR, There is a problem parsing the package” Please help. Thankyou

  17. Hi, I try modify name package whatsapp for have 2 whatsapp.
    Now I have sign how you tell me and all ok but tell me in installing “app not installed”

    1. Hi,
      This is because the app was already signed. Then after your modification you signed it with a diffrent key. That’s why you cannot install it.

      Regards
      Andy

  18. this tools, can’t sign apk with DSA key.
    please help, i want sign apk with DSA key.

    1. Hi,
      The original developer has stopped supporting this tool. So no
      changes will be made anymore.

      Regards
      Andy

  19. Hi,

    I am find a little difficulty in running the main file apk-signer-1.8.5.jar.

    Its logo appears but the file don’t run.

    I tried to copy screenshot but its not allowed.

    Any solution for the same.

  20. Hi,

    I Successfully created “org.adblockplus.android1.3_SIGNED_ALIGNED.apk ” file but i cant upload it in google play consol , it will give an error –

    You uploaded an APK with an invalid signature (learn more about signing). Error from apksigner: ERROR (Jar signer CERT.RSA): SHA-1 digest of META-INF/MANIFEST.MF section for res/drawable-mdpi/abs__ic_menu_moreoverflow_normal_holo_light.png does not match the digest specified in META-INF/CERT.SF. Expected: , actual: ERROR (Jar signer CERT.RSA): SHA-1 digest of META-INF/MANIFEST.MF section for res/drawable- …………..etc

    how can i solve this. . .

  21. Hello.
    I have an issue witch is the apksigner doesn’t open, i mean it shows a small black box and that’s it please help me.

  22. Genius, thank you! It’s made submitting apps to Play Store much easier.

  23. java.io.IOException: Cannot run program “jarsigner”: CreateProcess error=2, The system cannot find the file specified
    how to fix this error?

  24. Hi
    After Alin & sign , The game is not installed on the phone ( App not installed )
    how to fix this error ?
    tnx

    1. Hi,
      this issue can come from a previous installed app with the same bundle id and a diffrent key, mostly the debug key.
      Can you try to remove the app completely from your device and try again?
      If it still doesn‘t work, please open a new topic at the https://shatter-box.com/forums

      Thank you!

      Best,
      Andreas

  25. With this method I can publish an “APK” in google Playstore?

  26. It is possible to existing application da “Playstore “sign with a new key and publish in google Playstore?

    1. Hi,
      not with the same bundle ID. So, if you have lost your key or password, you will not be able to update your app anymore.
      You can re-publish with another bundle ID and signed with a diffrent key. But this will be a completely new release,
      and everybody needs to download this app again.

      Best,
      Andy

      1. You’re very good at information. Thank you!

        Can you let me know how I can get an existing “APK” and post to the playstore as a new ID? Are there any tutorials or step-by-step?

    1. Hi,
      the tool is outdated. Either use an older version of JDK, or switch to our version of the APK Signer Tool (v2). See link in the article.

      Thanks,
      Andy

  27. Dear Sir
    I tried to decomp apk but i get success NO

    Log For : tvandroid.apk

    Log Type : Decompiling

    Log Recorded At : 06 2019-08- 20:33:52.59

    Log Recorded By : Advanced ApkTool v4.1.0 By BDFreak

    ——————————————————

    W: Config flags size > 38. Exceeding bytes: 0x746E00000000000000000000000000000000.
    W: Invalid config flags detected. Dropping resources: string-sr-ERR0
    Exception in thread “main” java.lang.ClassCastException: brut.androlib.res.data.value.ResStringValue cannot be cast to brut.androlib.res.data.value.ResAttr
    at brut.androlib.res.decoder.ResAttrDecoder.decode(ResAttrDecoder.java:36)
    at brut.androlib.res.decoder.AXmlResourceParser.getAttributeValue(AXmlResourceParser.java:369)
    at org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate.getAttributeValue(XmlPullParserDelegate.java:69)
    at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.writeStartTag(StaticXmlSerializerWrapper.java:267)
    at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.event(StaticXmlSerializerWrapper.java:211)
    at brut.androlib.res.decoder.XmlPullStreamDecoder$1.event(XmlPullStreamDecoder.java:83)
    at brut.androlib.res.decoder.XmlPullStreamDecoder.decode(XmlPullStreamDecoder.java:141)
    at brut.androlib.res.decoder.ResStreamDecoderContainer.decode(ResStreamDecoderContainer.java:33)
    at brut.androlib.res.decoder.ResFileDecoder.decode(ResFileDecoder.java:114)
    at brut.androlib.res.decoder.ResFileDecoder.decode(ResFileDecoder.java:99)
    at brut.androlib.res.AndrolibResources.decode(AndrolibResources.java:323)
    at brut.androlib.Androlib.decodeResourcesFull(Androlib.java:131)
    at brut.androlib.ApkDecoder.decode(ApkDecoder.java:101)
    at brut.apktool.Main.cmdDecode(Main.java:165)
    at brut.apktool.Main.main(Main.java:81)

    ——————————————————

  28. wonderful, I am looking for apk signer information and you mention such an amazing command.
    thanks for sharing with us.
    greetings.

Reply to Andreas Cancel

This site uses Akismet to reduce spam. Learn how your comment data is processed.