Need help signing - haaalp!
in
Android Processing
•
2 years ago
So I've been all over the internet trying to figure this out. I've looked at the wiki, this helpful post (
http://www.akeric.com/blog/?p=1352&cpage=1#comment-5655), another
helpful post here on the forums with a step-by-step but I'm still having issues.
On the linked post, there's a detailed reply from ckamath. I'm having trouble with step 7: When I go to sign the .apk, I type this:
jarsigner -verbose -keystore <appname>-release.key.keystore <whole path to file>/android/<appname>-unsigned.apk <alias>
and it asks me for a passphrase:
Enter Passphrase for keystore:
It doesnt immediately start working and writing out lines like this:
----------------------------------------------------------
Its just stuck on passphrase. I've given it different words that could work, but nothing does. Is there something I'm doing wrong?
P.s. I'm on a mac, so if you could phrase commands that way, that'd be a big help. :) Thanks!
On the linked post, there's a detailed reply from ckamath. I'm having trouble with step 7: When I go to sign the .apk, I type this:
jarsigner -verbose -keystore <appname>-release.key.keystore <whole path to file>/android/<appname>-unsigned.apk <alias>
and it asks me for a passphrase:
Enter Passphrase for keystore:
It doesnt immediately start working and writing out lines like this:
Enter Passphrase for keystore:
adding: META-INF/MANIFEST.MF
adding: META-INF/ALIAS.SF
adding: META-INF/ALIAS.RSA
...............
.............
...............
.............
signing: assets/ComicSansMS-25.vlw
signing: assets/CurlzMT-150.vlw
signing: assets/SegoePrint-60.vlw
signing: res/drawable/icon.png
signing: res/layout/main.xml
signing: AndroidManifest.xml
signing: resources.arsc
signing: res/drawable-hdpi/icon.png
signing: classes.dex----------------------------------------------------------
Its just stuck on passphrase. I've given it different words that could work, but nothing does. Is there something I'm doing wrong?
P.s. I'm on a mac, so if you could phrase commands that way, that'd be a big help. :) Thanks!
1