Sign android application

To sign an android apk you have to use your own key, or testsign.jar (I’ve never heard about SignApp.rar).

You can use testsign.jar with this command:

java -jar testsign.jar unsigned.apk signed.apk

If it still crash, then you have broken something.

Leave a Comment