Jarsigner cannot open jar: NooYawk.apk file. (NooYawk is the name of the application)

I signed the Map application here with the release key using this link

http://developer.android.com/guide/publishing/app-signing.html#cert

after generating the debug key, the next step is to create the card card key by signing the certificate. I am doing these steps that work fine, but at the end jarsigner cannot find my NooYawk.apk file.

What should I do next.

admins-Mac-mini: .android David $ keytool -genkey -v -keystore fureleasekey.keystore -alias fashion -keyalg RSA -keysize 2048 -profitability 10000

Further: -

admins-Mac-mini: ~ David $ keytool -genkey -v -keystore

maprelease.keystore -alias maps -keyalg RSA -keysize 2048 -validity

10000 Enter the keystore password: re-enter the new password: what is your

? [Unknown]: m

? [Unknown]: h

? []: k

? []: le ?

[Unknown]: we ?

[]: sd CN = m, OU = h, O = k, L = le, ST = we, C = sd ? []:

: -

RSA 2,048

(SHA1withRSA) 10 000 : CN = m, OU = h, O = k,

L = le, ST = we, C = sd (RETURN,

): : [

maprelease.keystore]

: -

admins-Mac-mini: ~ $jarsigner -verbose -sigalg MD5withRSA

-digestalg SHA1 -keystore maprelease.keystore NooYawk.apk

keystore: jarsigner: jar:

NooYawk.apk

.

+3
4

NooYawk.apk , APK.

+22

apk i.e/USER/DEVELOP/PATH_TO_APK ( Mac OSX)

+2

, , - jarsigner , .apk, .ap_ .apk.d .. bin jarsigner . .

+1

Cut the Keystore file from the android folder before build-->outputs-->apkand paste it, then run the jarsigner command

+1
source

All Articles