Cannot sign a lite android application version with the same private key

I just signed my paid application, and now I want to sign a lite version of it with the same private key. my problem is that I get this error:

jarsigner: cannot open jar file.

Do I need to create another keystore for it? or is the problem related to me saving it as a different file name? What can I do? Thanks you

+2
source share
2 answers

The problem, of course, is not due to the fact that this is a lite version. I'm curious about the error messageJarsigner: Unable to open jar file.

, (, , http://developer.android.com/guide/publishing/app-signing.html#signapp)

, - . .APK ? , (http://coding.derkeiler.com/Archive/Java/comp.lang.java.help/2005-09/msg01002.html), , .

, .APK. , .

+2

, , , , , .apk .keystore . apk , . , .

0

All Articles